CheckPathExist 

(System Library)

Description:              This subroutine checks for the existence of the specified path.

Returns:                    Boolean

Usage:                       Script

Format:                      System\CheckPathExist(Path)

Parameters:             Path    { text }  { required }  { no default: }

                                                The path whose existence you wish to verify.

Comments:               This subroutine checks for the existence of the path specified in Path. It returns 1 if the specified path exists, or 0 if the specified path does not exist.

See Also:

CheckFileExist | CopyDir