| Classes | |
| class | IoBrowseInterface | 
| Namespaces | |
| maxon | |
| Enumerations | |
| enum | IOBROWSEFLAGS
							
							{ NONE , IS_DIRECTORY , IS_BUNDLE , IS_READONLY , IS_HIDDEN , SUPPORT_REVISIONS , IS_LINK , IS_ENCRYPTED , IS_DELETED , IS_INVISIBLE } | 
| 函数 | |
| enum maxon::IOBROWSEFLAGS | MAXON_ENUM_FLAGS (IOBROWSEFLAGS, "net.maxon.datatype.enum.iobrowseflags") | 
| MAXON_DECLARATION (Class< IoBrowseRef >, IoBrowseBaseClass, "net.maxon.class.iobrowsebase") | |
| 变量 | |
| NONE | |
| IS_DIRECTORY | |
| IS_BUNDLE | |
| IS_READONLY | |
| IS_HIDDEN | |
| SUPPORT_REVISIONS | |
| IS_LINK | |
| IS_ENCRYPTED | |
| IS_DELETED | |
| IS_INVISIBLE | |
| NONE | 
No bit set.
| IS_DIRECTORY | 
Browsed file is a directory.
| IS_BUNDLE | 
Browsed file is a bundle (osx/ios).
| IS_READONLY | 
Browsed file is read only.
| IS_HIDDEN | 
Browsed file is hidden.
| SUPPORT_REVISIONS | 
Browsed file supports file revisions. This means requesting a browseiterator allows to browse through all revisions of the file.
| IS_LINK | 
Browsed file is a link.
| IS_ENCRYPTED | 
Browsed file is encrypted within an archive.
| IS_DELETED | 
Browsed file is deleted. E.g. when browsing a perforce depot with deleted files.
| IS_INVISIBLE | 
Browsed file should be treated as invisible for the app; this is set for any file that starts with '.' under OSX/Linux or '._' under Windows. Under Windows files can be invisible, but not hidden.