import pck in certain directory

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Skunky

When i load a pck using “ProjectSettings.load_resource_pack” it loads the pck contents into the main “res://” path
How would i be able to force a pck to load into just one certain directory such as “res://mods/{mod_name}”, and completely disallow it from writing into the main directory