Forum Navigation
FilePath.exists = false with large files
Moderators:
kris
Posted: 01/21/09 12:39:19simple example:
module test; import tango.io.Stdout; import tango.io.FilePath; void main(char[][] args) { auto fp = new FilePath(args[1]); Stdout(fp.exists()).newline; }I call this with a file which size is 2.4G. It returns false. If i remove the file an create it with size 0 it return true
Is this a Bug in Tango or is this a System Problem
I use Red Hat 5.
(sorry for bad english)
Sorry for my bad English, im German ;)