![]() | FTPFileInfo Class |
Namespace: Koden.Utils.FTPClient
The FTPFileInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | FTPFileInfo | Initializes a new instance of the FTPFileInfo class |
Name | Description | |
---|---|---|
![]() | Extensions |
Gets the extension part of the file.
|
![]() | FullName |
Gets the full path of the directory or file.
|
![]() | LastAccessTime |
Gets or sets the last access time.
|
![]() | LastAccessTimeUtc |
Gets or sets the time, in coordinated universal time (UTC), the current file
or directory was last accessed.
|
![]() | LastWriteTime |
Gets or sets the time when the current file or directory was last written to.
|
![]() | LastWriteTimeUtc |
Gets or sets the time, in coordinated universal time (UTC), when the current
file or directory was last written to.
|
![]() | Length |
Gets or sets the size, in bytes, of the current file.
|
![]() | Name |
For files, gets the name of the file. For directories, gets the name of the last
directory in the hierarchy if a hierarchy exists. Otherwise, the Name property
gets the name of the directory.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |