T
Tim
Hi everyone,
I used MKDir to create directory. If the directory does
not exist, then it will work fine. But, if the directory
exists, then it will give me an error message.
Could anyone tell me how to check the directory exist or
not?
Similar like this:
If (c:\temp does not exist) then
MKDir "c:\temp"
Else
(do nothing)
End if
Thanks.
Tim.
I used MKDir to create directory. If the directory does
not exist, then it will work fine. But, if the directory
exists, then it will give me an error message.
Could anyone tell me how to check the directory exist or
not?
Similar like this:
If (c:\temp does not exist) then
MKDir "c:\temp"
Else
(do nothing)
End if
Thanks.
Tim.