Combining aliases in scripting possible?

Hopefully I can explain this well enough. :slight_smile:

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

See Relative:

csparks.com/Relative/index.html

Scripts can use paths relative to aliases the same as any other kind of relative path.

e.g. /home.... will be the Program Files directory on a normal install.