LoadDirectoryName.rbl
Top  Previous  Next

The LoadDirectoryName.rbl Plugin is used to load a directory path into a variable by displaying a dialog window for the user to browse the operating system. It does not appear in the R:BASE 7.6 for Windows Menu.

Syntax:  

PLUGINS LoadDirectoryName.rbl VarName|<options>  

Options:  
 
FULLPATH (ON/OFF)  
TITLE <value>  
PATH_NAME <value>  
WINDOW_STATE (MAX/MIN/NORMAL)  
HEIGHT <value>  
WIDTH <value>  
DELETE_BUTTON (ON/OFF)  
CONTEXT_MENUS (ON/OFF)  
READ_ONLY (ON/OFF)  
INCLUDE_NON_FOLDERS (ON/OFF)  
OLE_DRAG (ON/OFF)  
OLE_DROP (ON/OFF)  
CREATE_FOLDER_ICON (ON/OFF)  
DELETE_FOLDER_ICON (ON/OFF)  
VIRTUAL_FOLDERS (ON/OFF)  
SHOW_HIDDEN (ON/OFF)  
 
Where:  

VarName is the variable to return the text value of the results  

Notes:  

Each parameter must be separated by pipe "|" symbol. A value of '[Esc]' will be returned if clicked on [Cancel] button or Close Window [x] option of file-selection dialog.