Make the cache path relative?
Posted: 26 Dec 2009 21:27
Anyone know if there is a way to make the cache path relative? So that it's always looking for a custom folder within the program directory.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
* Thumbnails Cache Folder: Now it is fully portable, i.e. you can
define it in XY's portable path syntax, e.g.:
Thumbs : relative to app data path
Thumbs\ : same as above (backslash is optional)
..\..\Thumbs : relative to app data path
?:\Thumbs : relative to this XYplorer's drive
F:\Thumbs : absolute
Tip: In Configuration | Thumbnails, the tooltip of the Thumbnails
Cache Folder edit box now shows the resolved absolute path.