mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
一気に移動する処理を作成 WIP
This commit is contained in:
parent
efc16423d4
commit
656482e968
|
@ -11,6 +11,7 @@ public interface FileManager {
|
|||
|
||||
Path getRootDir();
|
||||
void changeDir(String dirName); //cd
|
||||
void changeDir(Path path); //cd
|
||||
void backDir(); //cd ..
|
||||
void backRootDir(); //cd /
|
||||
List<Path> getList();
|
||||
|
|
Loading…
Reference in New Issue
Block a user