Show contents 

IO > IO Assembly Interfaces > IFileSystemInfo

IFileSystemInfo

Description

The IFileSystemInfo interface contains properties and methods that are used to work with system information of files and directories.

Inheritance Hierarchy

IFileSystemInfo

Properties

  Property name Brief description
Attributes

The Attributes property determines file attributes.
CreationTime

The CreationTime property determines date and time of file creation.
Exists

The Exists property returns whether a file exists.
Extension

The Extension property returns a file extension including ".".
FullName

The FullName property returns a full path and a file name.
LastAccessTime

The LastAccessTime property determines date and time of the last file opening.
LastWriteTime

The LastWriteTime property determines date and time of the last file edit.
Name

The Name property returns file name.

Methods

  Method name Brief description
Delete

The Delete method deletes a file.

See also:

IO Assembly Interfaces