[physfs] Not finding any directories

Ryan C. Gordon icculus at clutteredmind.org
Thu Dec 16 17:02:14 EST 2004


> It is showing both files and directories - however, 'PHYSFS_isDirectory' 
 > isn't picking up the difference between a file and a directory.  It
 > should be returning a different result for the two.

It's returning 0 because it can't find "dir_1". "dir_1" doesn't exist. 
"test/dir_1" does, however, and should return 1.

--ryan.




More information about the physfs mailing list