DevicePushFile Method AndroidLib - Beatsleigher Edition
Pushes a file to the device

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

public bool PushFile(
	string filePath,
	string destinationFilePath,
	int timeout = -1
)

Parameters

filePath
Type: SystemString
The path to the file on the computer you want to push
destinationFilePath
Type: SystemString
The desired full path of the file after pushing to the device (including file name and extension)
timeout (Optional)
Type: SystemInt32
The timeout for this operation in milliseconds (Default = -1)

Return Value

Type: Boolean
If the push was successful
See Also

Reference