VB Code:
'' Does a given file exist ? Private Function Exists(ByVal strFullPath As String) As Boolean Exists = Len(Dir(strFullPath)) <> 0 End Function
|
Results 1 to 10 of 10
Thread: Determine if file existsThreaded View
|
Click Here to Expand Forum to Full Width |