ericbailey2 Posted November 27, 2007 Posted November 27, 2007 I did a search and came up with topics about if a file exists, but I need to know wether or not a specific drive exists.
ericbailey2 Posted November 27, 2007 Author Posted November 27, 2007 I guess, i could check to see if a file on that drive exists, however... the contents to the drives are not all the same.
Generator Posted November 27, 2007 Posted November 27, 2007 (edited) If Not FileExists("A:\") Then ConsoleWrite("Not Exist") Else ConsoleWrite("wtf") EndIf Edited November 27, 2007 by Generator
ericbailey2 Posted November 27, 2007 Author Posted November 27, 2007 Well thank you, I should have experimented first. I appologize if I wasted your time.
ericbailey2 Posted November 27, 2007 Author Posted November 27, 2007 To add to my complexity I need to check if a drive exists on a pc over a LAN. Is this possible with an IP address? I need to transfer files from one pc to the next
weaponx Posted November 27, 2007 Posted November 27, 2007 If you are transferring files over network shares, you can just verify the mapped drive exists.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now