AnsiDB
06-07-2005, 10:51 AM
What's the problem with this code ?!
If Dir(Left$(Drive1.List(1)) & ":\WINDOWS") <> "" Then MsgBox "something"
I get an error :
"Type-declaration character does not match declared data type"
If Dir(Left$(Drive1.List(1)) & ":\WINDOWS") <> "" Then MsgBox "something"
I get an error :
"Type-declaration character does not match declared data type"