Xbasic
SYS_EXPLORE Function
Syntax
V SYS_EXPLORE(C Filename)
Arguments
- Filename
The drive and/or path to display.
Description
Explore for a file/path using the files registered explore method. SYS_EXPLORE() opens the Windows Explorer showing files in the drive and/or path specified by Drive_Folder.
This script opens the Windows Explorer showing file in "c:\mydata".
sys_explore("c:\mydata")
Limitations
Desktop applications only.
See Also