|   | IFtp | 
The IFtpFile type exposes the following members.
 Properties
Properties
        | 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. | 
 See Also
See Also