







![]() ![]() ![]() |
MCManager API Reference |
RootFile Members |
RootFile Class Constructors Methods Fields Properties See Also Send Feedback |
The RootFile type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | CopyTo | |
![]() | Delete | Overloaded. |
![]() | DispatchBeforeFileAction | Overloaded. |
![]() | DispatchFileAction | Overloaded. |
![]() | Equals | (Inherited from Object.) |
![]() | ExportFile | Exports the file to the local file system. (Inherited from BaseFile.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | ImportFile | Imports a local file to the file system, for example when users upload files. (Inherited from BaseFile.) |
![]() | ListFiles | List files in the specified directory. (Inherited from BaseFile.) |
![]() | ListFilesFiltered | |
![]() | ListTree | Lists a tree of files within a directory. (Inherited from BaseFile.) |
![]() | ListTreeFiltered |
Lists a tree of tiles within a directory by the specified filter.
(Inherited from BaseFile.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | MkDir |
Creates a new directory.
(Inherited from BaseFile.) |
![]() | Open | |
![]() | RenameTo |
Renames/Moves this file to the specified file instance.
(Inherited from BaseFile.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | absPath | |
![]() | fileTree | |
![]() | manager | |
![]() | triggerEventsState |
Properties
Name | Description | |
---|---|---|
![]() | AbsolutePath | Absolute file/directory path. (Inherited from BaseFile.) |
![]() | CanRead | Read access property, is true if the file is readable. (Inherited from BaseFile.) |
![]() | CanWrite | Write access property, if true if the file is writable. (Inherited from BaseFile.) |
![]() | Config | A merged name/value array of config elements. (Inherited from BaseFile.) |
![]() | CreationDate | Creation date of file/directory. (Inherited from BaseFile.) |
![]() | Exists | File exists property, if true the file/directory exists. (Inherited from BaseFile.) |
![]() | IsDirectory | Is directory property, is true if the file instance is a directory. (Inherited from BaseFile.) |
![]() | IsFile | Is file property, is true if the file instance is a file. (Inherited from BaseFile.) |
![]() | LastModified | Last modification date of file/directory. (Inherited from BaseFile.) |
![]() | Length | File size in bytes of file. (Inherited from BaseFile.) |
![]() | Name | File/directory name. (Inherited from BaseFile.) |
![]() | Parent | Absolute path of parent directory. (Inherited from BaseFile.) |
![]() | ParentFile | IFile of parent directory. (Inherited from BaseFile.) |
![]() | TriggerEvents | State if file action events should be fired or not. (Inherited from BaseFile.) |