| Modifier and Type | Class and Description |
|---|---|
static class |
DeviceApi.FileSystem.FileInfo
The name and the size of a file.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
copyToDevice(Path path,
String deviceFileName)
Copies a file from the local filesystem to the filesystem of the
device.
|
static List<DeviceApi.FileSystem.FileInfo> |
getFileInfos()
Gets a file listing.
|
static boolean |
rename(String oldFileName,
String newFileName)
Renames a file stored on the signature device.
|
public static List<DeviceApi.FileSystem.FileInfo> getFileInfos()
public static boolean copyToDevice(Path path, String deviceFileName)
path - The path to the file to copy.deviceFileName - The device file name.Copyright © 2025. All rights reserved.