PM_mkdir

Function to create a directory.

Declaration

ibool PMAPI PM_mkdir(
    const char *filename)

Prototype In

pmapi.h

Parameters

filename

Full path to filename for directory to create

 

Return Value

True on success, false on failure.

Description

This function is used to create a new directory in the file system.

See Also

PM_rmdir

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com