JXA Path
This is a simple JXA wrapper over a little confusing official API. It provides basic functionality to work with paths like: join, parentDirectory, basename
Important
It is intended to be used with JXA and built using jxa-builder
npm i jxa-path
const ph = Library("jxa-path");
...