Previous Topic: bool SetReplaceFile(bool bFlag)

Next Topic: bool SetViewPath(LPCTSTR szVPath)


bool SetClientDir(LPCTSTR szCDir)

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.

Owning Class

CaCheckout

Arguments

LPCTSTR szCDir-a valid directory

Return Value

True if success, false if fail

Example

CaCheckout& rCheckout = rContext.GetCheckout(); bool bResult = rCheckout.SetClientDir(“c:\temp\work”);

More information: