Ignore:
Timestamp:
03/25/19 15:41:36 (5 years ago)
Author:
bln4
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameIO.java

    r1270 r1271  
    19501950                String destination = source.relativize(destinationDirectory).toString().substring(3).replace(File.separator, "/");
    19511951                try {
    1952                         copyFileTree(source, destinationDirectory);
     1952                        Files.move(source, destinationDirectory);
    19531953                } catch (IOException e) {
    19541954                        System.err.println("FrameIO::migrateFrame: failed to migrate from to new location.  Message: " + e.getMessage());
Note: See TracChangeset for help on using the changeset viewer.