def libmagic_file_type(self): """ Returns: str: The libmagic-parsed file type. """ return magic.from_file(self.path, mime=True)