Dialog File Type


Category: User Interaction   
Command: dialog.fileType   
Description   

Set the type of file to open or save from a file dialog.

  
Parameters   

type

Type of files to show in the file requester, or an emptry string for all types. The type is an internal string such as "text", "config" or "scene".

  
Example Code   

dialog.fileType text

  
Remarks   

None

  
Queryable? Unknown