Previous Topic: bool SetPathOption(HINT32 iOption)

Next Topic: bool SetClientDir(LPCTSTR szCDir)


bool SetReplaceFile(bool bFlag)

Sets Replace File attribute for this process.

Owning Class

CaCheckout

Arguments

bool bFlag-if true, then read only files are replaced; if false, they are not

Return Value

True if success, false if fail

Example

CaCheckout& rCheckout = rContext.GetCheckout(); bool bResult = rCheckout.SetReplaceFile(true);

More information: