mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
ファイルの存在確認を実装
This commit is contained in:
parent
3b861e3a07
commit
5c931ece3f
|
@ -72,7 +72,8 @@ public class FileManagerImpl implements FileManager {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isExist() {
|
public boolean isExist() {
|
||||||
return false;
|
File file = this.path.toFile();
|
||||||
|
return file.exists();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue
Block a user