IS_MOUNT is filepath a mount path
Contents
inputs
- file: path to check
- backend: backend to use
Outputs
- ok: true if path is a mount point
- b: backend used
Examples:
- Windows: is_mount('c:') false; is_mount('C:\') true
- Linux, macOS, Windows: is_mount('/') true