FileExists

Public Function FileExists(ByVal Filename As String) As Boolean

Checks if a file exists in the file system. For folders, use FolderExists.

See also: