Hi,
Currently, there are 2 ways that I know to point to a folder or directory, if the current project main file is in "C:\UiPath\Project_1":
- Use project folder as the root folder and point downwards, for instance “Data\Config.xlsx”
- Use full folder path, for instance “C:\UiPath\Project_1\Data\Config.xlsx”
Does anyone know if I can point to the parent folder without specifying the full path?
The reason of asking is that I’d like to make several UiPath projects to access the same file without specifying the full path in different machines.
For instance, I’d like to access to folder “…\UiPath..” in the previous example, where it might located under “C” or “D” or any other nested folders.
Thanks a lot!
BR
Helliton