The tmpdir Reference Manual

This is the tmpdir Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:05:41 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 tmpdir

Simple library to create temporary directories

Author

Arnold Noronha <>

License

MIT license

Version

0.0.1

Dependency

cl-fad (system).

Source

tmpdir.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 tmpdir/tmpdir.asd

Source

tmpdir.asd.

Parent Component

tmpdir (system).

ASDF Systems

tmpdir.


3.1.2 tmpdir/package.lisp

Source

tmpdir.asd.

Parent Component

tmpdir (system).

Packages

tmpdir.


3.1.3 tmpdir/tmpdir.lisp

Dependency

package.lisp (file).

Source

tmpdir.asd.

Parent Component

tmpdir (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 tmpdir

Source

package.lisp.

Use List

common-lisp.

Public Interface

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: with-tmpdir ((name &rest args) &body body*)
Package

tmpdir.

Source

tmpdir.lisp.


5.1.2 Ordinary functions

Function: mkdtemp (&key parent prefix suffix)
Package

tmpdir.

Source

tmpdir.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   F   M   W  
Index Entry  Section

F
Function, mkdtemp: Public ordinary functions

M
Macro, with-tmpdir: Public macros
mkdtemp: Public ordinary functions

W
with-tmpdir: Public macros


A.3 Variables