I see.
The reason I ask this question is because my file path looks a little like this:
res://App/Extensions/My_current_extension/files_i_want_to_pack
res://App/Extensions/My_other_extension/files_i_dont_want_to_pack
etc..
the problem is that I want to pack only 'my_current_extension' but with the full file path from res://
If I wanted to do the full file path I would need to select 'App' as the root folder and deselect every other file but I have too many files for that to be something feasible so I was hoping there was an alternative way of customizing the file path used in the pck.
I was thinking like a textbox where I can write a custom path to attach to the front of the root folder path.
Like this: 'res://App/Extensions/' and then my root folder is 'my_current_extension'
This would remove the need to deselect a ton of misc files that I don't want exported.