File: Exists

Exists

Determines if a file exists.



 Public Function Exists(
	  ByRef Path As String ) As Boolean

Parameters

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

Return Values

Boolean -  Whether the file exists or not.

See Also

Project CorLib Overview

Class File Overview