PCB Matrix Format
by Numerical Innovations, Inc. (www.numericalinnovations.com)
Folder Selection

Displays a modal dialog box with several modes:OK,WARNING, and ERROR
<FolderSelection></FolderSelection>

Message box - Attribute Description
TITLE Top title for message box. Required. Global Variables may also be used.
NETWORK Permits file access to any remote drives/servers.
Files are output to a temporary folder and finally copied to the destination.
Default: true
FOLDER Enter the start folder to open. If empty, the active folder is used.
RETURN The variable to save for later use (can be any standard XML name).


Folder Selection - Intrinsic Variables
__folderselection

Selected Folder path


Example: Display a standard Message Box

<FolderSelection title="My Title.." folder="C:/Support/Design_files" />