bang |
|
Causes a standard Save As dialog box to appear, allowing the user to type in a filename and choose a folder location. The resulting location and filename are output as a symbol. |
anything |
filetype [list]
|
One or more four-letter type codes sets the list of types displayed in the dialog box. Example type codes for files are TEXT for text files, maxb for Max binary format patcher files, and AIFF for AIFF format audio files. The symbol fold specifies that the dialog box should let the user choose only folders. |
name |
filename [symbol]
|
The word name, followed by a symbol, specifies a default file name. |
set |
filetype [list]
|
The word set, followed by a four-letter symbol (e.g., TEXT, MAXB) which specifies a file type, sets the savedialog object to display the desired file type without opening the dialog box. The chosen file type is sent out the middle outlet when the user chooses Save in the dialog box. |