一気に移動する処理を作成 WIP

This commit is contained in:
r-ca 2024-01-08 11:32:46 +09:00
parent efc16423d4
commit 656482e968
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -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();