How to add custom variable to file chooser

   597   1   1
User Avatar
Member
33 posts
Joined: Jan. 2023
Offline
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: Feb. 2012
Offline
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 - Feb. 21, 2025 13:37:19
  • Quick Links