PM_rmdir

Function to remove a directory.

Declaration

ibool PMAPI PM_rmdir(
    const char *filename)

Prototype In

pmapi.h

Parameters

filename

Full path to filename for directory to remove

 

Return Value

True on success, false on failure.

Description

This function is used to remove a directory from the file system. This function will fail unless the directory is empty.

See Also

PM_mkdir

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