NWAFPCreateDirectory
Creates an AFP directory
#include <nwafp.h>
or
#include <nwcalls.h>
NWCCODE NWAPI NWAFPCreateDirectory (
NWCONN_HANDLE conn,
nuint16 volNum,
nuint32 AFPEntryID,
pnuint8 finderInfo,
pnstr8 AFPPathString,
pnuint32 newAFPEntryID);
uses calwin32
Function NWAFPCreateDirectory
(conn : NWCONN_HANDLE;
volNum : nuint16;
AFPEntryID : nuint32;
finderInfo : pnuint8;
AFPPathString : pnstr8;
newAFPEntryID : pnuint32
) : NWCCODE;
These are common return values; see Return Values (Return Values for C) for more information.
NWAFPDelete, NWCreateDirectory (Multiple and Inter-File Services)