14.6.8 xDeviceFileWrite Widget
Write content to local file on mobile device.
Properties
FileName
Fully qualified name of the file to write.
FileType
Type of file to read. Valid options: TEXT, BIN
FileEncoding
How the file is encoded. Valid options: UTF8, UTF16, ASCII
DataEncoding
How the data is encoded. Valid options: NONE, BASE64, URL
Data
String content to be written to the file.
Methods
Write
Write the file
-
Input Arguments: None.
-
Output Argument: None.
-
Return Value: Status code
Events
Completed
Triggered when file writing is finished.
-
Parameters:
|