<diropen>
Opens directory in Windows Explorer.
Command Tree
:
Directory \ Open
.
Syntax
:
<diropen>(
"Dir", WinState)
.
Dir
Full path to the directory to be opened (e.g., "c:\mydocuments").
WinState
The state of the window:
0 - Normal
1 - Maximized
2 - Minimized
.
Example
:
<#> This macro opens directory "c:\"
<#>
<diropen>("c:\",1)