How to add custom variable to file chooser

   655   1   1
User Avatar
Member
33 posts
Joined: 1月 2023
オフライン
Hello,
I want to add my own custom variable to the file chooser, just like the default ones such as $HIP, $JOB, $TEMP. Is there an option to do this?





Thanks,
Dawid Wizor

Attachments:
file_chooser.png (71.1 KB)

User Avatar
Member
473 posts
Joined: 2月 2012
オンライン
you need to add a package with whatever variable you want then in the jump.pref just add that variable.

{
    "enable": true,
    "env": [
        {"MYCACHE": "C:/new_cache"}
    ]
}

$MYCACHE/ is what you will add to the jump.pref so it shows up in the explorer window
Edited by sepu - 2025年2月21日 13:37:19
  • Quick Links