TCDVcsDeleteFolder
Return to Introduction  Previous page  Next page
Permanently deletes an existing Folder.

Delphi (TCDirectIntf.pas)

function VcsDeleteFolder( FolderID: Cardinal ): Integer;  

Parameters

Name
Description
FolderID
The ID of the folder to delete.


Return Value

Err_OK if successful or an error code indicating the error.

Remarks

This function will permanently delete the folder, including all folders and files it contains. If you want to remove the folder, without permanently deleting it, use TCDVcsRemoveObject instead.

Exported

function TCDVcsDeleteFolder( FolderID: Cardinal ): Integer; stdcall;  


 


© 1995-2018 MCN Software