Name
hw_CreateDir -- create a directory (V5.0)
Synopsis
int error = hw_CreateDir(STRPTR name);
Function
This function creates the specified directory.

This function is thread-safe.

Designer compatibility
Supported since Designer 4.0

Inputs
name
directory to create
Results
error
error code or 0 on success

Show TOC