FILEEXISTS



Remarks

* For instructions on how to add a function to a workbook refer to the page under Inserting Functions
* The equivalent JavaScript function is FILEEXISTS


Public Function FILEEXISTS(ByVal sFilePath As String) As Boolean 
    FILEEXISTS = Not (Dir(sFilePath) = vbNullString)
End Function



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext