hm_getfilename
Get a filename using a HyperMesh panel.
Syntax
hm_getfilename ?message?
Type
HyperMesh Tcl GUI
Description
This command returns a filename by providing the user with a HyperMesh file browser panel. An optional message to show in the status bar can be specified.
Inputs
- ?message?
- The optional message to show in the status bar.
Example
set fname [hm_getfilename "Please select a file"]
Errors
None.