mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
getFileRef実装
This commit is contained in:
parent
c28d94e417
commit
8ca642c7f4
|
@ -68,7 +68,11 @@ public class FileManagerImpl implements FileManager {
|
|||
|
||||
@Override
|
||||
public File getFileRef() {
|
||||
return null;
|
||||
if (this.isExist()) {
|
||||
return this.path.toFile();
|
||||
} else {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user