Sets the Client Directory anchor for this process.
Note: If the Checkout is from a remote machine, then this directory is from the remote machine.
CaCheckout
LPCTSTR szCDir-a valid directory
True if success, false if fail
Example
CaCheckout& rCheckout = rContext.GetCheckout(); bool bResult = rCheckout.SetClientDir(“c:\temp\work”);
More information:
| Copyright © 2013 CA. All rights reserved. |
|