Click or drag to resize

IFtpFile Properties

The IFtpFile type exposes the following members.

Properties
  Name Description
Public property FullPath Gets full path of file or directory.
Public property IsDirectory Returns true if IFtpFile represents a directory, otherwise false.
Public property IsFile Returns true if IFtpFile represents a file, otherwise false.
Public property Name Gets name of file or directory.
Public property Parent Gets parent directory of file or directory.
Public property Permission Gets or sets permission of file or directory.
Public property Size Gets or sets size of file or directory.
Public property Timestamp Gets or sets timestamp of file or directory.
Top
See Also