Permissions and filesystems #9

Merged
TopchetoEU merged 36 commits from TopchetoEU/perms-and-fs into master 2023-11-25 18:10:59 +00:00
Showing only changes of commit ab56908171 - Show all commits

View File

@ -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 {