Skip to content

Using mount point to mount #95

@MasterDrake

Description

@MasterDrake

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions