(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/dos.h>
BPTR CreateDir (name)
LOCATION
In DOSBase at offset 20
SYNOPSIS
STRPTR name
FUNCTION
Creates a new directory under the given name. If all went an exclusive lock on the new diretory is returned.
INPUTS
name
NUL terminated name.
RESULT
Exclusive lock to the new directory or 0 if couldn't be created. IoErr() gives additional information in that case.
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY