Check if a directory exists
Check if a directory exists
Rate Check if a directory exists
(2(2 Vote))
Dire=dir("c:\vbcode",vbDirectory)
if Dire <> "" then
msgbox "Directory Existed"
else
msgbox "Directory Not Existed"
end if
Check if a directory exists Comments
No comments yet — be the first to post one!
Post a Comment