FileSystemManager Object Methods

Applies to TestComplete 15.63, last modified on April 10, 2024
The information below concerns legacy mobile tests that work with mobile devices connected to the local computer. For new mobile tests, we recommend using the newer cloud-compatible approach.

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.

See Also

FileSystemManager Object

Highlight search results