Docs » Autodocs » aml.library » RemFolder
RemFolder -- Remove all traces of a folder
success = RemFolder(folder) D0 A0 BOOL RemFolder(APTR folder);
This function deletes the entire contents of a folder and then frees the folder object itself.
folder - Pointer to a folder object
success - 1 for successful deletion of the folder and all its contents, 0 otherwise.
CreateFolderA()
|