Click or drag to resize

FtpFile Properties

The FtpFile type exposes the following members.

Properties
  Name Description
Public property FullPath Full path of file.
Public property IsDirectory Returns false for directory entries.
Public property IsFile Returns true for file entries.
Public property Name Name of file.
Public property Parent Gets parent directory of file.
Public property Permission Gets or sets permission of file.
Public property Size Gets or sets size of file.
Public property Timestamp Gets or sets timestamp of file.
Top
See Also