Sets the Client Directory anchor for this process.
Note: This method is valid for file list checkin only; version list checkin does not use this method. If the checkin is from a remote machine, this directory is from the remote machine. (CA Harvest SCM stores the host location at checkout and uses these stored values for the version checkin. Version checkin may span many direcories and remote machines and therefore cannot be driven by the SetClientDir location.)
CaCheckin
LPCTSTR szCDir-a valid directory
True if success, false if fail
Example
CaCheckin& rCheckin = rContext.GetCheckin(); bool bResult = rCheckin.SetClientDir(“c:\temp\work”);
| Copyright © 2013 CA. All rights reserved. |
|