This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: FIle Chooser pre-pends \
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 02, 2015
11:26 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 05, 2015
09:02 AM
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
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
