Shell Class

Represents type Shell.

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

The Shell type exposes the following members.

Show:
 NameDescription
ExpandPath(String)

Represents method ExpandPath(String).

GetEnvironmentVariable(String)

Represents method GetEnvironmentVariable(String).

TokenizePath(String)

Represents method TokenizePath(String).

Top