InoDrive / File
InoDrive.File(**kwargs)
File Class to handle InoDrive’s internal filesystem.
Arguments: **kwargs (Dict): An InoDrive with an established Connection.
Returns: Object – An Object that can Read or Write files as well as Delete the current program on the Module.
Methods:
delete_uapp() | Delete current running User Application in Module. |
read() | Read file(s) operation from InoDrive with provided file path and content type. |
read_module_config() | Get Module Configuration File. |
write() | Write file(s) operation to InoDrive with provided file path and content object. |
write_module_config() | Write out to Module’s Configuration File. |