wanna check folder exist or not
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I want to check whether folder exists or not in a particular path from my code. If anyone has experience about how to check (eg . function ), pls tell me. phoo pwint
flowerppk
If System.IO.Directory.Exists("C:\Example") = True Then ' do whatever ' End If
Please check out my articles: The ANZAC's articles