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