mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
Impl WIP
This commit is contained in:
parent
c513b44e8d
commit
2233bb1a35
|
@ -107,7 +107,11 @@ public class FileManagerImpl implements FileManager {
|
|||
|
||||
@Override
|
||||
public FileManager setPath(Path path) {
|
||||
return null;
|
||||
if (path.startsWith(this.rootDir)) {
|
||||
this.path = path;
|
||||
} else {
|
||||
// placeholder
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user