Android Debug Bridge Previous
Name
adb_copy
Parent
TAndroidDebugBridge
Visibility
PUBLIC
Description
procedure to copy from a computer directory file(s) to a destination directory on the phone
Source code
procedure adb_copy ( Source_directory : String ; file_designation : String ; Destination_directory : String )
Parameters
Parameter Description Source_directory : STRING where to copy files from file_designation : STRING file name or file wild cards, like *.pas Destination_directory : STRING directory on phone where file will be copied to
Android Debug Bridge Previous