1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-11 21:33:15 +00:00
Jonathan Coates 2ba6d5815b
Fix fs.isDriveRoot for missing files
fs.getDrive returns nil for missing files, rather than the mount of the
parent file. This is a bit confusing — other mount-related functions
(e.g. getFreeSpace) find the nearest mount — but I think it's too late
to change this. Instead, we check if the file exists first.
2024-12-31 11:12:58 +00:00
..
2024-12-31 11:12:58 +00:00
2024-11-13 11:00:46 +00:00
2024-12-05 12:03:45 +00:00
2024-12-05 12:03:45 +00:00
2024-06-26 18:07:57 +01:00
2024-11-12 09:05:27 +00:00
2023-10-28 17:58:11 +01:00