Hopefully I can explain this well enough.
I have a series of scripts that move files to specific sub-directories on a drive based on their type. Each of these sub-directories have folder aliases that are referenced in the scripts. Ideally I would like to assign an alias to the parent directory and then append the sub-directory alias to it in the scripts. This way if the master directory needs to be relocated, the scripts can be updated just by updating the master directory alias.
Is this possible? I'm not sure if I'm approaching this the correct way