golfnut1969 Posted August 26, 2004 Posted August 26, 2004 What's the easiest and fastest way to check for a folders existence? eg. Does the directory "D:\Work\Tools\VB" exist? Quote
TripleB Posted August 26, 2004 Posted August 26, 2004 Hey, You could use the namespace System.IO then you simply do: Directory.exists(path) for more info see: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemiodirectoryclasstopic.asp greetz What's the easiest and fastest way to check for a folders existence? eg. Does the directory "D:\Work\Tools\VB" exist? Quote
golfnut1969 Posted August 26, 2004 Author Posted August 26, 2004 Thanks, that's what I was looking for. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.