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