[This is preliminary documentation and is subject to change.]

The FileSystemTools type exposes the following members.

Methods

  NameDescription
Public methodStatic memberGetIcon(String, Boolean, Boolean)
Gets icon for given file or folder
Public methodStatic memberGetIcon(IPathProvider, Boolean, Boolean)
Gets icon for given file or folder (including drive and UNC share or server)
Public methodStatic memberOpenFile
Creates or opens a file or I/O device. The most commonly used I/O devices are as follows: file, file stream, directory, physical disk, volume, console buffer, tape drive, communications resource, mailslot, and pipe.
Public methodStatic memberShowProperties
Shows system file properties dialog for given file or directory
Public methodStatic memberTestFileExists
Tests if file, stream, device or something other file-like exists

See Also