-
-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Description
Hi, I have a folder full of .zip files that resides in E:/GameDev/Assets/ and I mount it with mount point "Assets".
Then I iterate through all the files in "Assets" so I can get the zip and then try to mount to PHYSFS_mount("Assets" + / + zipname, zipname) but It fails, telling me "not found".
If I use the full absolute path it works, so I guess I can't use a mount point to mount?
is there any workaround or am I missing something?
Do I have to not use PHYSFS_enumerateFiles() and iterate them with another method like SDL or std?
Thanks and sorry to bother you!
Metadata
Metadata
Assignees
Labels
No labels