I have a folder structure as follows
- home/…/Tests/Method5/Cubic/
- home/…/Tests/Method6/Cubic/
- home/…/Tests/Method7/Cubic/
- home/…/Tests/Method8/Cubic/
Now I want to create a document in the directory named “Method5/Cubic” and this document uses references to to multiple cells in multiple documents in the current directory but I want to use relative reference instead of absolute path references, so that when i copy the same file in to another directory i.e. “Method6/Cubic”, then it will automatically gets the references of documents from that particular directory. It will avoid wasting my time by changing file paths in each document.
This will save my time