Previous Topic: bool SetViewPath(LPCTSTR szVPath)

Next Topic: bool SetUseCITimeStamp(bool bFlag)


bool SetShareWorkDir(bool bFlag)

Sets the Delete After Checkout attribute of this process.

Note: This option is for UNIX and Linux file systems. The file access is set such that group has access.

Owning Class

CaCheckout

Arguments

bool bFlag-the flag value: true if the client directory is shared, false if not

Return Value

True if success, false if fail

Example

CaCheckout& rCheckout = rContext.GetCheckout(); bool bResult = rCheckout.SetShareWorkDir(false);

More information: