Check for the Existense of a file
Checks if a file exists. If you have anyquestions fax me at 1(305)847-0621 dont forget to visit my website for more codes and full program source codes + forms available for downloading
AI
Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Codice sorgente
Public Function FileExists(strPath As String) As Integer FileExists = Not (Dir(strPath) = "") End Function
Commenti originali (3)
Recuperato da Wayback Machine