Creates a new directory under the given name.
Source position: amigados.pas line 1685
function dosCreateDir( |
dname: PChar |
):LongInt; |
Exclusive lock to the new directory or 0 if couldn't be created. IoErr() gives additional information in that case.
Creates a new directory under the given name. If all went an exclusive lock on the new diretory is returned.