Patches a bug in IOTools#getFileSize and #getDirectorySize on platforms with hard links which point to folders that no longer exist as a part of the base OS design (I am looking at you... windows)

This commit is contained in:
zontreck 2024-08-24 12:44:19 -07:00
parent ccb23fdf3d
commit 7c87ef444f
3 changed files with 40 additions and 30 deletions

View file

@ -1,3 +1,3 @@
class Constants {
static const VERSION = "1.2.082424+0723";
static const VERSION = "1.2.082424+1243";
}