Sets the Client Directory anchor for this process.
object.SetClientDir(strCDir)
CaWCheckout
strCDir - A string that represents a valid directory.
A boolean. True if success, False if fail
If the Checkout is from a remote machine then this directory is from the remote machine.
Example
Dim objCheckout Set objCheckout = objContext.GetCheckout() BlnRet = objCheckout.SetClientDir(“c:\temp\work”)
More information:
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|