IDirectory.Exists

Syntax

Exists(Path: String): Boolean;

Parameters

Path - a path to a directory, existence of which should be checked.

Description

The Exists method checks existence of a specified directory.

Comments

The method returns True if directory exists, and False if directory does not exist.

See also:

IDirectory