Check if a file or directory is hidden.
Note that path may be effectively hidden if any of the ancestor directories are hidden: use isHiddenRecursive to check for this.
path
Path to file or directory
Promise resolving to boolean indicating hidden state
Check if a file or directory is hidden.
Note that
path
may be effectively hidden if any of the ancestor directories are hidden: use isHiddenRecursive to check for this.