This is the file-types Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 06:06:38 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
file-types
Simple scheme to classify file types in a hierarchical fashion.
Max Rottenkolber <max@mr.gy>
GNU AGPL
package.lisp
(file).
types.lisp
(file).
names.lisp
(file).
access.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
file-types/file-types.asd
file-types/package.lisp
file-types/types.lisp
file-types/names.lisp
file-types/access.lisp
file-types/types.lisp
package.lisp
(file).
file-types
(system).
*file-type-list*
(special variable).
file-types/names.lisp
package.lisp
(file).
file-types
(system).
*file-name-list*
(special variable).
file-types/access.lisp
package.lisp
(file).
types.lisp
(file).
names.lisp
(file).
file-types
(system).
*file-name-hash*
(special variable).
*file-type-hash*
(special variable).
file-name
(function).
file-property
(function).
Packages are listed by definition order.
file-types
Simple scheme to classify file types in a hierarchical fashion.
common-lisp
.
*file-name-hash*
(special variable).
*file-name-list*
(special variable).
*file-type-hash*
(special variable).
*file-type-list*
(special variable).
file-name
(function).
file-property
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
→ _mime-type_
*Arguments and Values:*
_file_—a _pathname designator_.
_mime-type_—a two-element _list_ containing both MIME type parts as
_strings_ or {nil}.
*Description:*
{file-mime} returns the _mime-type_ of _file_ or {nil} if one could not be determined.
→ _tags_
*Arguments and Values:*
_file_—a _pathname designator_.
_tag_—a _keyword_.
_tags_—a _list_ of _keywords_ which describe properties of a given
_file_.
*Description:*
{file-tags} returns _tags_ for _file_. If _tag_ is given, {file-tags} acts as a predicate that tests if _tag_ is associated with _file_. In that case {file-tags} will return {nil} unless _tag_ would be present in _tags_.
Special file name to extension map.
Extension to property map.
List of known file extensions and associated tags.
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | A F N P S T |
---|
Jump to: | A F N P S T |
---|