Suntan Special version 0.66
Suntan Special Web edition
The SuntanMkDir function creates a directory.
rc = SuntanMkDir(directory)
same return codes as SysMkDir
Unlike SysMkDir, SuntanMkDir will create several levels of directory. For example, if C:\Foo does not exist SuntanMkDir('C:\Foo\Bar') will create both C:\Foo and C:\Foo\Bar.