Package bpy :: Module types :: Class FileSelectParams
[hide private]
[frames] | no frames]

Class FileSelectParams

The File Select Parameters Object

File Select Parameters.

References

Instance Variables [hide private]
string directory
Directory displayed in the file browser.
enum display
Display mode for the file list in...
boolean do_filter
Enable filtering of files.
string file
Active file in the file browser.
boolean filter_blender
Show .blend files.
boolean filter_folder
Show folders.
boolean filter_font
Show font files.
boolean filter_image
Show image files.
boolean filter_movie
Show movie files.
boolean filter_script
Show script files.
boolean filter_sound
Show sound files.
boolean filter_text
Show text files.
boolean hide_dot
Hide hidden dot files.
enum sort
Sort in...
string (readonly) title
Title for the file browser.
Instance Variable Details [hide private]

directory

Directory displayed in the file browser. (maximum length of 240)
Type:
string

display

Display mode for the file list in...
  • FILE_SHORTDISPLAY
  • FILE_LONGDISPLAY
  • FILE_IMGDISPLAY
Type:
enum

file

Active file in the file browser. (maximum length of 80)
Type:
string

sort

Sort in...
  • FILE_SORT_ALPHA
  • FILE_SORT_EXTENSION
  • FILE_SORT_TIME
  • FILE_SORT_SIZE
Type:
enum

title

Title for the file browser. (maximum length of 24)
Type:
string (readonly)