Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verify for drive availability
Message
From
12/02/2009 06:00:23
 
 
To
12/02/2009 03:18:23
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
VB 9.0
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Web
Miscellaneous
Thread ID:
01381168
Message ID:
01381187
Views:
43
>What would be the simplest way to verify for a drive availability?

C# but easily translatable:
bool b = new DriveInfo("C").IsReady;
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform