This namespace provides access to the system input and output functionality, like reading or writing files.
- Since:
Classes
Members
-
static, readonly IoStatusCode :object
-
This enumeration represents an error status code of mobicontrol.io.IoError.
Properties:
Name Type Description UNKNOWNobject The exact error could not be determined. NOT_A_DIRECTORYobject The path does not point to a directory. NOT_ACCESSIBLEobject The path is not accessible to the agent. FILE_NOT_FOUNDobject There is no file or directory at the given path. NOT_A_NORMAL_FILEobject The path does not point to a normal file. INVALID_FILE_TYPEobject The path points to a file with an invalid file type. FILE_TOO_BIGobject The path points to a file that is too large to read. OUT_OF_STORAGEobject The device does not have enough storage. CANNOT_OVERWRITEobject The API is not allowed to overwrite existing file. CIRCULAR_COPYobject The API is not allowed to copy a directory into itself. - Since: