FileSystem Class

Represents type FileSystem.

Namespace: System.IO
TObject
  System.IO.FileSystem
type
 FileSystem = class sealed(TObject)
 end;

The FileSystem type exposes the following members.

Show:
 NameDescription
FileExists(String)

Represents method FileExists(String).

IsAttachment(String)

Represents method IsAttachment(String).

ResolveFilename(String)

Represents method ResolveFilename(String).

Top