ladybird/Userland/Libraries/LibFileSystem
Undefine 5e87b78935 LibFileSystem: Ignore ENOTSUP when using chown and chmod during copy
With FAT write support copying the file would show two errors because
it does not support chown and chmod and would return ENOTSUP. After
this commit these errors are ignored in that case.
2024-04-21 15:34:33 +02:00
..
CMakeLists.txt LibFileSystem: Depend on the minimal LibCore source set 2024-03-26 12:25:21 -04:00
FileSystem.cpp LibFileSystem: Ignore ENOTSUP when using chown and chmod during copy 2024-04-21 15:34:33 +02:00
FileSystem.h LibFileSystem: Add a helper to get the size of a block device 2024-02-24 15:54:52 -07:00
TempFile.cpp LibFileSystem: Move TempFile from LibCore to LibFileSystem 2023-03-21 19:03:21 +00:00
TempFile.h LibFileSystem: Move TempFile from LibCore to LibFileSystem 2023-03-21 19:03:21 +00:00