Long name (short name) |
Argument types |
Properties |
-mode(-m) |
int |
|
|
Defines the mode in which to run the file brower:
- 0 for read
- 1 for write
- 2 for write without paths (segmented files)
- 4 for directories have meaning when used with the action
+100 for returning short names |
|
-fileCommand(-fc) |
script |
|
|
The script to run on command action |
|
-fileType(-ft) |
string |
|
|
Set the type of file to filter. By default this can be any one
of: "mayaAscii", "mayaBinary", "mel", "OBJ", "directory",
"plug-in", "audio", "move", "EPS", "Illustrator", "image".
plug-ins may define their own types as well. |
|
-actionName(-an) |
string |
|
|
Script to be called when the file is validated. |
|
-operationMode(-om) |
string |
|
|
Enables the option dialog. Valid strings are:
- "Import"
- "Reference"
- "SaveAs"
- "ExportAll"
- "ExportActive"
|
|
-includeName(-in) |
string |
|
|
Include the given string after the actionName in parentheses.
If the name is too long, it will be shortened to fit on the dialog
(for example, /usr/alias/commands/scripts/fileBrowser.mel might be
shortened to /usr/...pts/fileBrowser.mel) |
|
-dialogStyle(-ds) |
int |
|
|
- 0 for old style dialog
- 1 for Windows 2000 style Explorer style
- 2 for Explorer style with "Shortcut" tip at bottom
|
|
-filterList(-fl) |
string |
|
|
Specify file filters. Used with dialog style 1 and 2. Each
string should be a description followed by a comma followed by a
semi-colon separated list of file extensions with wildcard. |
|
-tipMessage(-tm) |
string |
|
|
Message to be displayed at the bottom of the style 2 dialog
box. |
|
-windowTitle(-wt) |
string |
|
|
Set the window title of a style 1 or 2 dialog box |
|