DevicePullDirectory Method AndroidLib - Beatsleigher Edition
Pulls a full directory recursively from the device

Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax

public bool PullDirectory(
	string location,
	string destination,
	int timeout = -1
)

Parameters

location
Type: SystemString
Path to folder to pull from device
destination
Type: SystemString
Directory on local computer to pull file to
timeout (Optional)
Type: SystemInt32
The timeout for this operation in milliseconds (Default = -1)

Return Value

Type: Boolean
True if directory is pulled, false if pull failed
See Also

Reference