What is the code or funtion to create a directory
I know how to check for it's existance I just need
the create part of it.
If exists then
bla bal
else
make the directory
endif
Printable View
What is the code or funtion to create a directory
I know how to check for it's existance I just need
the create part of it.
If exists then
bla bal
else
make the directory
endif
I think it is MkDir()
Nothing wrong with your thinking..thanks..