IDirectory.Exists

Syntax

Exists(Path: String): Boolean;

Parameters

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

Description

The Exists method checks if the specified directory exists.

Comments

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

See also:

IDirectory