Hello,
I was looking for a way to get All the hard drive ( my first idea was to get all the Usb Key connected )
so the first thing i thought was to use Dir
Well it work well with my hard drive
but that dont work for the usb key?
I plugged a Usb key, and his letter was I
So i went
but it wasnt working.
That's normal ?? this command doesnt work with other thing than local hard drive ?
I was looking for a way to get All the hard drive ( my first idea was to get all the Usb Key connected )
so the first thing i thought was to use Dir
Well it work well with my hard drive
Code:
if dir("c:/") <> '' then msgbox "you got it"
else msgbox "Not there"
I plugged a Usb key, and his letter was I
So i went
Code:
if dir('I:/') <> '' then msgbox "you got it"
else msgbox "not there"
That's normal ?? this command doesnt work with other thing than local hard drive ?