Grial datasource connector for the file system.
None
Install it
npm i @grial/connector-fs
Add it to your connectors.js
files
exports.fs = require('@grial/connector-fs')
Write a new file to the specified file path with the given data.
Read a file from the disk.
Delete the specified file from disk
Check the the specified file exists