[Robotics] Relative file path in project.
I am working on an automation, and currently, I have data in an excel sheet on my Desktop. To access the data, I am using its absolute path:
C:\Users\...\Desktop\example.xls
However, I'd like to store this file in the project folder and access it via relative path:
\testingData\example.xls
Is this possible? If so, what's the base folder/path?
This data is purely used for testing and is not really meant to be deployed.