File API for Electron
Esta libraría permite la lectura y escritura de un archivo en electron mediante paths.
- setFile(path: string) -> Sets the path to the file to be worked on
- get(path: string) -> Retrieves the object specified in the path path
- set(path: string, data: any) -> Sets the object to the specified path