This namespace provides access to the system input and output functionality, like reading or writing files.
- Since:
- Version 1.2 (API level 3)
Classes
Members
-
static, readonly IoStatusCode :object
-
This enumeration represents an error status code of mobicontrol.io.IoError.
Properties:
Name Type Description UNKNOWN
object The exact error could not be determined. NOT_A_DIRECTORY
object The path does not point to a directory. NOT_ACCESSIBLE
object The path is not accessible to the agent. FILE_NOT_FOUND
object There is no file or directory at the given path. NOT_A_NORMAL_FILE
object The path does not point to a normal file. INVALID_FILE_TYPE
object The path points to a file with an invalid file type. FILE_TOO_BIG
object The path points to a file that is too large to read. OUT_OF_STORAGE
object The device does not have enough storage. CANNOT_OVERWRITE
object The API is not allowed to overwrite existing file. CIRCULAR_COPY
object The API is not allowed to copy a directory into itself. - Since:
- Version 1.2 (API level 3)