fileutil::magic::mimetype - Procedures implementing mime-type recognition
TABLE OF CONTENTS
SYNOPSIS
DESCRIPTION
REFERENCES
SEE ALSO
KEYWORDS
package require Tcl 8.4
package require fileutil::magic::mimetype ?1.0.2?
|
This package provides a command for the recognition of file types in pure Tcl. The output is standardized to mime-types.
The core part of the recognizer was generated from a "magic(5)" file containing the checks to perform to recognize files, and associated mime-types.
file(1), fileutil, magic(5)
file recognition, file type, file utilities, mime, type