cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Amarjit_Jutla
Level 3

FIle Chooser pre-pends \

Hello:

Using File Chooser -- allow user to select a path/file
$USER_MAGIC_FOLDER_1$ \ $MYPATH$

$USER_MAGIC_FOLDER_1$ is empty .. is there a way to not have to user any MAGIC_FOLDER is File Chooser (or avoid it pre-pending the slash)

Thanks
Amarjit
Labels (1)
0 Kudos
(1) Reply
jerome_IA
Level 9

The variable in file chooser is only there to be the default path for selection. If variable is empty then I guess it defaults to the root path.

So when you will click to select a file, it will open from this path.


So set $USER_MAGIC_FOLDER_1$ to the value of $MYPATH$ ... then optionally, you can set the default file name.

--Jerome
0 Kudos