Click or drag to resize
FileInfo Properties

The FileInfo type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
File attributes.
(Overrides FileInfo.Attributes.)
Public propertyCreationTime
Creation date of file.
(Overrides FileInfo.CreationTime.)
Public propertyDirectory
Directory of file.
(Overrides FileInfo.Directory.)
Public propertyDirectoryName
Directory name.
(Overrides FileInfo.DirectoryName.)
Public propertyExists
If file exists.
(Overrides FileInfo.Exists.)
Public propertyExtension
File extension.
(Overrides FileInfo.Extension.)
Public propertyFullName
Full name of file (with whole path).
(Overrides FileInfo.FullName.)
Public propertyIsReadOnly
If is read only.
(Overrides FileInfo.IsReadOnly.)
Public propertyLastAccessTime
Last access time.
(Overrides FileInfo.LastAccessTime.)
Public propertyLastWriteTime
Last write time to file.
(Overrides FileInfo.LastWriteTime.)
Public propertyLength
Length of file.
(Overrides FileInfo.Length.)
Public propertyName
File name of file (without path).
(Overrides FileInfo.Name.)
Public propertySystemInfo
System.IO file info object corresponding to this file
(Inherited from FileInfo.)
Top
See Also