IDirectory interface.AttachRemoteDirectory Method

Definition

Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll

Attaches a remote directory to the current directory.

void AttachRemoteDirectory(string remotePathName)

Attaches a remote directory to the current directory.

void AttachRemoteDirectory(string remotePathName)

Parameters

Type Parameter name Description
String remotePathName The path name of the remote directory to attach.

See Also