pub fn read_from_path<P>(path: P, read_properties: bool) -> Result<TaggedFile> where
    P: AsRef<Path>, 
Expand description

Read a TaggedFile from a path

NOTE: This will determine the FileType from the extension

Errors

See: