TCDVcsRenameFolder
Return to Introduction  Previous page  Next page
Renames an existing Folder.

Delphi (TCDirectIntf.pas)

function VcsRenameFolder( FolderID: Cardinal; Name, Path: String; ReflectInSubFolders: Boolean ): Integer;  

Parameters

Name
Description
FolderID
The ID of the folder to be modified
Name
The new name for the folder. If blank, the name will not be changed.
Path
The new working path for this folder. If blank, the path will not be changed.
ReflectInSubFolders
If this is set to True, the changes will be reflected in all subfolders of the folder. If False, the changes only affect the folder identified by FolderID


Return Value

Err_OK if successful or an error code indicating the error.

Exported

function TCDVcsRenameFolder( FolderID: Cardinal; pName, pPath: PChar; ReflectInSubFolders: Boolean ): Integer; stdcall;  


 


© 1995-2018 MCN Software