Click or drag to resize
FileInfo Properties

The FileInfo type exposes the following members.

Properties
  NameDescription
Public propertyChannel
Channel for which a FileInfo was requested.
Public propertyIncompleteSize
If the file is currently still being transferred, this indicates the currently transferred file size.
Public propertyLastModified
The date and time on which the file was last modified.
Public propertyName
File name.
Public propertyPath
Subdirectory inside the channel for which the FileInfo was requested. “/” indicates the root directory is listed.
Public propertySize
File size,
Public propertyType
Indicates if this entry is a directory or a file.
Top
See Also