asp_web_howto thread: Problems with mapped drives
Hello,
I am having problems with the filesystemobject, if I use a,c or d it finds
the drive. The following results in 'Drive Exists'
If fs.DriveExists("a") Then
Response.Write ("Drive exists.")
Else
Response.Write ("Drive doesn't exist.")
End If
But if I try it with a mapped drive ie k
If fs.DriveExists("k") Then
Response.Write ("Drive exists.")
Else
Response.Write ("Drive doesn't exist.")
End If
Then I get "Drive doesn't exist."
Can anyone help?
Thanks.
|





