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:
parent
ccb23fdf3d
commit
7c87ef444f
3 changed files with 40 additions and 30 deletions
|
@ -1,3 +1,3 @@
|
|||
class Constants {
|
||||
static const VERSION = "1.2.082424+0723";
|
||||
static const VERSION = "1.2.082424+1243";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue