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 theHCreate
function and a directory by calling theDirCreate
function. To delete either a file or a directory, callHDelete
.
Subtopics
- HCreate
- DirCreate
- HDelete