Previous Topic: GetPathOption Method

Next Topic: GetViewPath Method


GetClientDir Method

Gets the Client Directory anchor for this process.

Syntax

object.GetClientDir()

Owning Class

CaWCheckin

Arguments

None

Return Value

A string that represents the client directory.

Notes

If a remote machine name is set then this is a directory on the remote machine.

Example

Dim objCheckin
Set objCheckin = objContext.GetCheckin()
strClientDir = objCheckin.GetClientDir()

More information: