SegsEngine icon indicating copy to clipboard operation
SegsEngine copied to clipboard

Allow mounting/aliasing filesystem directories

Open nemerle opened this issue 6 years ago • 0 comments

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");

nemerle avatar Sep 09 '19 22:09 nemerle