Previous Topic: SetReplaceFile Method

Next Topic: SetViewPath Method


SetClientDir Method

Sets the Client Directory anchor for this process.

Syntax

object.SetClientDir(strCDir)

Owning Class

CaWCheckout

Arguments

strCDir - A string that represents a valid directory.

Return Value

A boolean. True if success, False if fail

Notes

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: