Previous Topic: SetPathOption Method

Next Topic: SetClientDir Method


SetReplaceFile Method

Sets Replace File attribute for this process.

Syntax

object.SetReplaceFile(blnFlag)

Owning Class

CaWCheckout

Arguments

blnFlag - A boolean, if True then read only files are replaced, if False they are not.

Return Value

A boolean. True if success, False if fail

Example

Dim objCheckout
Set objCheckout = objContext.GetCheckout()
BlnRet = objCheckout.SetReplaceFile(True)

More information: