The FileSystemManager object contains the following methods:
Method List
Name | Description |
---|---|
CopyFromDevice
|
Copies the specified file from the connected Android device to the local computer. |
CopyToDevice
|
Copies the specified file from the local computer to the connected Android device. |
CreateFolder
|
Creates a new folder on the connected device. |
Delete
|
Deletes the specified file or folder from the connected Android device. |
Exists | Checks whether the specified file or folder exists on the connected Android device. |
FindFiles
|
Searches for files located on the connected Android device that match the specified pattern. |
FindFolders
|
Searches for folders located on the connected Android device that match the specified pattern. |