Directory: Exists

Exists

Checks if the path exists.



 Public Function Exists(
	  ByRef Path As String ) As Boolean

Parameters

Path
[ByRef] String. The path to check for existence.

Return Values

Boolean -  Indication of the existence of the path.

Remarks

The path can be relative or absolute.

See Also

Project CorLib Overview

Class Directory Overview