FileSystemInfo Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The FileSystemInfo type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Attributes When called by trusted applications, gets or sets the FileAttributes of the current FileSystemInfo.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CreationTime When called by trusted applications, gets or sets the creation time of the current FileSystemInfo object.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Exists Gets a value indicating whether the file or directory exists.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Extension Gets the string representing the extension part of the file.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 FullName When called by trusted applications, gets the full path of the directory or file.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 LastAccessTime When called by trusted applications, gets or sets the time the current file or directory was last accessed.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 LastWriteTime When called by trusted applications, gets or sets the time when the current file or directory was last written to.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name 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