unc-path-regex
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
is-unc-path
Returns true if a filepath is a windows UNC file path.
common-path
Finds the longest common parent directory path in an array of file path strings or custom objects. Also returns sub and base parts for each path.
windows-fs
Windows utilities when working with the file system
@igor.dvlpr/unc-path
🥽 Provides ways of parsing UNC paths and checking whether they are valid. 🎱