IFtp
|
public interface IFtpFile : IComparable, IComparable<IFtpFile>
The IFtpFile type exposes the following members.
Name | Description | |
---|---|---|
FullPath | Gets full path of file or directory. | |
IsDirectory | Returns true if IFtpFile represents a directory, otherwise false. | |
IsFile | Returns true if IFtpFile represents a file, otherwise false. | |
Name | Gets name of file or directory. | |
Parent | Gets parent directory of file or directory. | |
Permission | Gets or sets permission of file or directory. | |
Size | Gets or sets size of file or directory. | |
Timestamp | Gets or sets timestamp of file or directory. |
Name | Description | |
---|---|---|
CompareTo(T) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from IComparableIFtpFile) | |
CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. (Inherited from IComparable) |