09-21-2000 11:44 PM
09-22-2000 07:02 AM
09-22-2000 08:32 AM
06-15-2007 10:21 AM
I know this is an old thread. But I just want to reply in case someone is interested.
You may not want to create a new directory if it already exists. Try this:
fileIsExisting = FileExists(buf, 0); // buf is the directory you want to create
if (!fileIsExisting)
MakeDir (buf);
![]()
-shylah