is-junction
Determine if a given path resolves to an NTFS junction (reparse point).
const {isJunctionSync} = require(".");
isJunctionSync(path); // returns true or false depending on if the path is a junction.
Checks if a given path is a junction
Determine if a given path resolves to an NTFS junction (reparse point).
const {isJunctionSync} = require(".");
isJunctionSync(path); // returns true or false depending on if the path is a junction.