AdsDirMake

Creates a directory under the data root (including intermediate parents).

Harbour-style name: oads_DirMake (see Server filesystem).

Syntax

UNSIGNED32 AdsDirMake(ADSHANDLE hConnect, UNSIGNED8 *pucPath);

Parameters

Parameter Type Description
hConnect ADSHANDLE Connection handle (0 = default).
pucPath UNSIGNED8* Relative directory path to create.

Return Value

AE_SUCCESS (0). Succeeds if the directory already exists.

Description

Remote create requires EnableFileFunc=1.

Example

AdsDirMake(hConn, (UNSIGNED8*)"inbox/2026");

See Also


This site uses Just the Docs, a documentation theme for Jekyll.