Changes
- Added "/tmp" as a fallback directory for linux and the
temp
directory type. - Added a second optional parameter for the
dir()
function that you set totrue
to opt-into resolving Windows Special Folders with powershell.
const userHome = await dir("home", true);
Full Changelog: 1.0.1...1.1.0