This is a simple JXA wrapper over a little confusing official API. It provides basic functions to work with the filesystem like:
- read/write files
- list directory contents
- create files/directories
Important
It is intended to be used with JXA and built using jxa-builder
npm i jxa-filesystem
const fs = Library("jxa-filesystem");
...