Click or drag to resize
FileInfo Properties

The FileInfo type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
File attributes.
Public propertyCreationTime
Creation date of file.
Public propertyDirectory
Directory of file.
Public propertyDirectoryName
Directory name of file (without path).
Public propertyExists
If file exists.
Public propertyExtension
File extension.
Public propertyFullName
Full name of file (with whole path).
Public propertyIsReadOnly
If is read only.
Public propertyLastAccessTime
Last access time of file.
Public propertyLastWriteTime
Last write time to file.
Public propertyLength
Length of file.
Public propertyName
File name of file (without path).
Public propertySystemInfo
System.IO file info object corresponding to this file
Top
See Also