TCDVcsAddFolder
Return to Introduction  Previous page  Next page
Create a new Folder in the current repository.

Delphi (TCDirectIntf.pas)

function VcsAddFoldervar FolderID: Cardinal; ParentID: Cardinal; Name, Path: String ): Integer;  

Parameters

Name
Description
FolderID (Out)
If the function is successful, returns the ID of the newly created folder.
ParentID
The ID of the Project or Folder that will contain the new Folder.
Name
The Name for the new folder.
Path
Specifies the default working path for the new folder. If this is an empty string, the default path will be based on the new name and the path defined for the parent.


Return Value

Err_OK if successful or an error code indicating the error.

Exported

function TCDVcsAddFoldervar FolderID: Cardinal; ParentID: Cardinal; pName, pPath: PChar ): Integer; stdcall;  


 


© 1995-2018 MCN Software