I've seen some people use ..\ (dot dot backslash) in file paths to create dynamic inputs and outputs, but I can't find any documentation or questions for how ..\ functions or why you might use multiple of these in a row, such as ..\..\..\dir\file. So, my question is:
How is ..\ defined?
Specifically, I'm curious about:
- whether this is relative to the directory of the workflow being run
- whether multiple ..\ indicate a required number of subdirectories
- whether, like with *, the ..\ can be mixed between specific text (eg ..\OneDrive\..\Project XYZ\file.csv) and this is intended usage
- what happens when multiple files meet the criteria