Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Safe way to create a directory
Message
 
 
To
08/11/2001 11:38:21
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00578887
Message ID:
00579142
Views:
35
>Nadya,
>This is my ready checking routine if would help :
>
>
Lparameters tcDriveName
>oFS = CREATEOBJECT('Scripting.FileSystemObject')
>For each oDrv in oFS.Drives
>  If oDrv.DriveLetter = upper(tcDriveName)
>    Return oDrv.IsReady
>  Endif
>Endfor
>Return .F.
>
Cetin
>

Thanks, that's much better.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform