InoDrive / File
InoDrive.File(argv)
File Class to handle InoDrive’s internal filesystem.
Arguments: argv (Object): 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:
deleteUserApp() | Delete the User Application on the InoDrive Module. |
read() | Read a file from the InoDrive Module. |
readModuleConfig() | Read the configuration file for InoDrive Object’s Target Module |
write() | Write a file to the InoDrive Module. |
writeModuleConfig() | Write a new Configuration file for InoDrive Object’s Target Module. |