X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fio%2FBackupFiles.java;h=c67c307d223badfe1d10349283b4a846e57aee75;hb=b19880049cdb11882e68c75d7960465be4aa8665;hp=af9df8634cbb65c1923836922b377c51aeb6be00;hpb=5cfef671be8362cbb0598ea405a10f96e08a4df3;p=jalview.git diff --git a/src/jalview/io/BackupFiles.java b/src/jalview/io/BackupFiles.java index af9df86..c67c307 100644 --- a/src/jalview/io/BackupFiles.java +++ b/src/jalview/io/BackupFiles.java @@ -234,7 +234,8 @@ public class BackupFiles classInit(); if (file.getParentFile() == null) { - // filename probably in pwd represented with no parent -- fix this! + // filename probably in pwd represented with no parent -- fix it before + // it's a problem file = file.getAbsoluteFile(); } this.file = file;