Friday, February 10, 2012

Check if Directory Exists

Function DirExists (strPath As String) As Boolean
   DirExists = (Dir$ (strPath ,16 ) <> "" )
End Function

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.