Hi,
I have source data in a directory structured like C:\2020-21\Source Data\BHE
Using the Directory Tool I have the path stored in the directory variable [Directory]
I want to store the output in C:\2020-21 (up 2 levels)
Is there anyway to perform something similar to the DOS command "cd ..\.." to get to C:\2020-21?
I am currently using the Substring function to hard-code it, but there has to be a more elegant solution. I've looked at the 'Run Command' tool, but even that seems like overkill. Any suggestions would be appreciated.
Thanks,
--sue