getPathMountInfo

Get MountInfo with longest mount point matching path. Returns MountInfo.init if none match.

  1. MountInfo getPathMountInfo(R mounts, string path)
    version(linux)
    getPathMountInfo
    (
    R
    )
    (,
    string path
    )
    if (
    isInputRange!R &&
    is(ElementType!R : MountInfo)
    )
  2. MountInfo getPathMountInfo(string path)

Meta