Sets the current local directory

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public void SetLocalDirectory(
	string localPath
)
Visual Basic (Declaration)
Public Sub SetLocalDirectory ( _
	localPath As String _
)
Visual C++
public:
void SetLocalDirectory(
	String^ localPath
)

Parameters

localPath
Type: System..::.String
Local path download files to

See Also