Click or drag to resize

FtpFile Properties

The FtpFile type exposes the following members.

Properties
  NameDescription
Public propertyFullPath
Full path of file.
Public propertyIsDirectory
Returns false for directory entries.
Public propertyIsFile
Returns true for file entries.
Public propertyName
Name of file.
Public propertyParent
Gets parent directory of file.
Public propertyPermission
Gets or sets permission of file.
Public propertySize
Gets or sets size of file.
Public propertyTimestamp
Gets or sets timestamp of file.
Top
See Also