Filesize(Target$) [MacOS]

Archives Forums/BlitzMax Bug Reports/Filesize(Target$) [MacOS]

TikiDays(Posted 2014) [#1]
Produces incorrect results when $Target is over 2GBs in size.


xlsior(Posted 2014) [#2]
IIRC brucey had a library that allowed Blitzmax to deal with >2GB files... Don't remember the name, unfortunately.


TikiDays(Posted 2014) [#3]
I did find BaH.Volumes a while back, but its not very clear how to implement it, I just get a "can't find interface for module error" trying to run the examples [Since Fixed], and it only appears to have Volume or Directory functions rather than file.


TikiDays(Posted 2014) [#4]
Oddly Rebuilding modules didn't work, so I tried reinstalling BlitzMax and then rebuilding modules and docs and it now at least runs. Still don't have a solution to the Filesize issue.


xlsior(Posted 2014) [#5]
No idea how to accomplish it under MacOS, but here's how to do it under Windows:

http://www.blitzbasic.com/Community/post.php?topic=89432&post=1015803


TikiDays(Posted 2014) [#6]
Bruceys Mod FileSystemEX resolved this for me, thanks guys for pointing me in the right direction!