public interface InteractsWithFiles
Modifier and Type | Method and Description |
---|---|
byte[] |
pullFile(String remotePath) |
byte[] |
pullFolder(String remotePath)
Pull a folder from the simulator/device.
|
byte[] pullFile(String remotePath)
remotePath
- On Android and iOS, this is either the path to the file
(relative to the root of the app's file system). On iOS only,
if path starts with /AppName.app, which will be replaced with
the application's .app directorybyte[] pullFolder(String remotePath)
remotePath
- On Android and iOS, this is either the path to the file
(relative to the root of the app's file system). On iOS only,
if path starts with /AppName.app, which will be replaced with
the application's .app directoryCopyright © 2014. All rights reserved.