[physfs] Not finding any directories

Ryan C. Gordon icculus at clutteredmind.org
Thu Dec 16 07:45:38 EST 2004


> char **rc = PHYSFS_enumerateFiles("music");
> 23:27:47 >  * We've got dir [CD 4].     ß-- These are directories

PHYSFS_isDirectory("CD 4") is not the same as 
PHYSFS_isDirectory("music/CD 4");

PHYSFS_enumerateFiles() doesn't give you the full path, just the items 
in a given directory.

--ryan.





More information about the physfs mailing list