Go to: Synopsis. Return value. Related. Flags. MEL examples.
fileDialog [-application] [-directoryMask string] [-mode string]
fileDialog is undoable, queryable, and editable.
Displays a file picking window, and returns the name of the file that the user picked. If the user picked no file, then an empty string is returned.string
In query mode, return type is based on queried flag.
| Long name (short name) | argument types | Properties | ||
|---|---|---|---|---|
-mode(-m)
|
string
|
|
||
|
||||
-directoryMask(-dm)
|
string
|
|
||
|
||||
-application(-app)
|
|
|
||
|
||||
fileDialog; fileDialog -directoryMask "/usr/u/bozo/myFiles/*.ma"; fileDialog -dm "*.cc";