Message 1 of 4
Reference Templates - Relative Path Kind of Work? (2020.2)

Not applicable
07-24-2020
09:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm putting these together and wanted to change the path from absolute to relative. It works for relative paths in the same folder, and for relative paths to a folder "below" the current file. But I can't get it to go "above" the current file. Anyone experience the same or found a solution?
Same level works when I do this --> .\file.dwt
Below level works when I do this --> .\folder\file.dwt
Above level DOES NOT work when I do this --> ..\folder\file.dwt
I get an error message that says "The template is invalid, could not update existing reference source". I've tried multiple files and get the same error.