pub fn properties<P>(path: P) -> Result<Properties, Error>where P: AsRef<Path>,
Retreives the properties for the file at path.
path
Note: path doesn’t have to exist.