Pushes a file to the device
Namespace: RegawMOD.Android
Assembly: AndroidLib (in AndroidLib.dll) Version: 1.5.2.0 (1.5.2.0)
Syntax
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: BooleanIf the push was successful
See Also