pub fn resolve(path: impl AsRef<Path>) -> Result<PathLocation>Expand description
Given a path, resolves which disk/volume it resides on.
Returns the mount point, device name, and the path relative to the mount point.
pub fn resolve(path: impl AsRef<Path>) -> Result<PathLocation>Given a path, resolves which disk/volume it resides on.
Returns the mount point, device name, and the path relative to the mount point.