Click or drag to resize

FTPFileInfo Properties

The FTPFileInfo type exposes the following members.

Properties
  NameDescription
Public propertyExtensions
Gets the extension part of the file.
Public propertyFullName
Gets the full path of the directory or file.
Public propertyLastAccessTime
Gets or sets the last access time.
Public propertyLastAccessTimeUtc
Gets or sets the time, in coordinated universal time (UTC), the current file or directory was last accessed.
Public propertyLastWriteTime
Gets or sets the time when the current file or directory was last written to.
Public propertyLastWriteTimeUtc
Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
Public propertyLength
Gets or sets the size, in bytes, of the current file.
Public propertyName
For files, gets the name of the file. For directories, gets the name of the last directory in the hierarchy if a hierarchy exists. Otherwise, the Name property gets the name of the directory.
Top
See Also