Jumbo |
The JumboDirectory type exposes the following members.
| Name | Description | |
|---|---|---|
| JumboDirectory | Initializes a new instance of the JumboDirectory class. |
| Name | Description | |
|---|---|---|
| Children | Gets the files and directories contained in this directory. | |
| DateCreated |
Gets the date and time the file system entry was created.
(Inherited from JumboFileSystemEntry) | |
| FullPath |
Gets the absolute path to the file system entry.
(Inherited from JumboFileSystemEntry) | |
| Name |
Gets the name of the file system entry.
(Inherited from JumboFileSystemEntry) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| FromDirectoryInfo(DirectoryInfo, String) | Creates a JumboDirectory instance for a local directory from a DirectoryInfo. | |
| FromDirectoryInfo(DirectoryInfo, String, Boolean) | Creates a JumboDirectory instance for a local directory from a DirectoryInfo. | |
| GetChild | Gets the child with the specified name. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| PrintListing | Prints a listing of the directory. | |
| ToString |
Gets a string representation of this directory.
(Overrides ObjectToString) |