Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow mounting/aliasing filesystem directories #8

Open
nemerle opened this issue Sep 9, 2019 · 0 comments
Open

Allow mounting/aliasing filesystem directories #8

nemerle opened this issue Sep 9, 2019 · 0 comments
Labels

Comments

@nemerle
Copy link
Collaborator

nemerle commented Sep 9, 2019

The functionality should be similar to Linux's ln -s
API should allow mounting an existing path to a shorter, more meaningful path, as well as support mounting archives as directories through file access plugins.

mount("res://generic_resources/internationalized/images/ui","res://ui_images");
mount("res://external_packages/dlc_pack1.zip","res://dlc_1");
mount("res://original_content/bin.pigg","res://bin");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant