SyntaxFix
Write A Post
Hire A Developer
Questions
This is the cleanest way... BY FAR:
Public Function IsDir(s) As Boolean IsDir = CreateObject("Scripting.FileSystemObject").FolderExists(s) End Function