Another way is to just ignore the error if there's a folder already there.
on error resume next
mkdir "a:\myfolder"
on error goto 0
This assumes that you wouldn't have a filename that has that name.
Sunil wrote:
how do you chech if a folder exists and create one on A: drive is it is not
there ?
Please help a newbie- Thanks :-}
--
Dave Peterson