Directory: Exists

Exists

Checks if the path exists.



 Public Function Exists(
	  ByVal Path As String ) As Boolean

Parameters

Path
[ByVal] 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 VBCorLib Overview Class Directory Overview Directory Properties Directory Methods Delete GetCreationTime