Quote:
Originally Posted by ownedbycats
Additional question: The GPM template returns backslashes. Do I need to use a re(_,/) when this is used in a save template as with a non-composite column?
|
Perhaps. Using backslashes works for paths in Windoes unless they appear in a context where they might be considered to be escapes. I also don't know that you can mix slashes and backslashes in the same path.
I think best would be to use slashes exclusively, which might argue for the re() you mention. However, I am not sure that save templates can use functions because they use a limited formatter, which if so means you can't use re().
Try it and see...