Tagged Questions
4
votes
2answers
612 views
Getting CD Drive letter in VB.Net
I am using the following code to get a list of the letters for each drive on my computer. I want to get the drive letter of CD Drive from this list. Please advise how to check it.
The code I am ...
1
vote
2answers
278 views
Check if drive is writable windows API function
Hello is there any windows API function that would return if drive is writable. Sometimes drive is visible under drives but when trying to programaticly write to it, it gives you a msg box error wich ...
0
votes
1answer
36 views
Creating drives to remote resources in windows?
There does not appear to be any good software to mount an FTP to a local drive letter (see here for details SF Question) so I was thinking why not just write it myself, but I have very little ...
0
votes
2answers
314 views
Network Drive label
I'm trying to get the label of some network resources mapped as drives. When I use DriveInfo.GetDrives(), local volumes have the VolumeLabel filled parameter as expected, but in network drives it is ...