Exists(Path: String): Boolean;
Path - a path to a directory, existence of which should be checked.
The Exists method checks existence of a specified directory.
The method returns True if directory exists, and False if directory does not exist.
See also: