physfs icon indicating copy to clipboard operation
physfs copied to clipboard

Using mount point to mount

Open MasterDrake opened this issue 10 months ago • 0 comments

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!

MasterDrake avatar Mar 04 '25 14:03 MasterDrake