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