OK, in build 50 we remove the path and only include the file name.
Rather than clutter up the GUI with this option, I have gone the route of the more obscure "ConfigOther.txt" file. Just add the following entry to this file:
Where xxxx is the regular expression that matches the file names you want to exclude from being updated into this field.
For example, to exclude api calls (Get and Refresh caches GPX files), the entry would be:
Going this route enables you to add other GPX files to the list.
QUOTE |
And maybe an option to not write the field when doing an API refresh as "refresh0.gpx" is not all that helpful, especially when it overwrites the PQ name that I'm really interested in. |
Rather than clutter up the GUI with this option, I have gone the route of the more obscure "ConfigOther.txt" file. Just add the following entry to this file:
CODE |
GpxFileExcludeRegEx=xxxx |
Where xxxx is the regular expression that matches the file names you want to exclude from being updated into this field.
For example, to exclude api calls (Get and Refresh caches GPX files), the entry would be:
CODE |
GpxFileExcludeRegEx=^Refresh|^GetGeocaches |
Going this route enables you to add other GPX files to the list.