1.0.0 • Published 7 years ago
is-junction v1.0.0
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.
1.0.0
7 years ago