Important: The information in this document is obsolete and should not be used for new development.
Creating and Deleting Files and Directories
You can create a file by calling thePBHCreate
function and a directory by calling thePBDirCreate
function. To delete either a file or a directory, usePBHDelete
.
Subtopics
- PBHCreate
- PBDirCreate
- PBHDelete