Permissions and filesystems #9
@ -37,7 +37,6 @@ public class PhysicalFilesystem implements Filesystem {
|
|||||||
var _path = getPath(path);
|
var _path = getPath(path);
|
||||||
var f = _path.toFile();
|
var f = _path.toFile();
|
||||||
|
|
||||||
checkMode(_path, Mode.READ_WRITE);
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case FILE:
|
case FILE:
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user