Make the cache path relative?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
TsunamiZ
Posts: 275
Joined: 11 Jul 2005 07:36

Make the cache path relative?

Post by TsunamiZ »

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.

admin
Site Admin
Posts: 66347
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Make the cache path relative?

Post by admin »

You can state a path relative to app data path.

TsunamiZ
Posts: 275
Joined: 11 Jul 2005 07:36

Re: Make the cache path relative?

Post by TsunamiZ »

so i can just use

/cache

and it will know to look for it in the program's folder?

admin
Site Admin
Posts: 66347
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Make the cache path relative?

Post by admin »

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.
It's all in the Help...

TsunamiZ
Posts: 275
Joined: 11 Jul 2005 07:36

Re: Make the cache path relative?

Post by TsunamiZ »

thanks

Post Reply