diff --git a/src/me/topchetoeu/jscript/filesystem/PhysicalFilesystem.java b/src/me/topchetoeu/jscript/filesystem/PhysicalFilesystem.java index 5a75929..80bcf2f 100644 --- a/src/me/topchetoeu/jscript/filesystem/PhysicalFilesystem.java +++ b/src/me/topchetoeu/jscript/filesystem/PhysicalFilesystem.java @@ -37,7 +37,6 @@ public class PhysicalFilesystem implements Filesystem { var _path = getPath(path); var f = _path.toFile(); - checkMode(_path, Mode.READ_WRITE); switch (type) { case FILE: try {