The trivial-file-size Reference Manual

This is the trivial-file-size Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:07:34 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

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


2.1 trivial-file-size

Stat a file’s size.

Author

Paul M. Rodriguez <>

License

MIT

Dependencies
  • sb-posix (system)., required, for feature :sbcl
  • uiop (system).
Source

trivial-file-size.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 trivial-file-size/trivial-file-size.asd

Source

trivial-file-size.asd.

Parent Component

trivial-file-size (system).

ASDF Systems

trivial-file-size.


3.1.2 trivial-file-size/package.lisp

Source

trivial-file-size.asd.

Parent Component

trivial-file-size (system).

Packages

trivial-file-size.


3.1.3 trivial-file-size/trivial-file-size.lisp

Dependency

package.lisp (file).

Source

trivial-file-size.asd.

Parent Component

trivial-file-size (system).

Public Interface

file-size-in-octets (function).

Internals

4 Packages

Packages are listed by definition order.


4.1 trivial-file-size

Source

package.lisp.

Use List

common-lisp.

Public Interface

file-size-in-octets (function).

Internals

5 Definitions

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


5.1 Public Interface


5.1.1 Ordinary functions

Function: file-size-in-octets (file)

Return the size of FILE in octets.
Whenever possible, get the size from the file’s metadata.

Some platforms (e.g. ABCL) may return 0 when the file does not exist.

Package

trivial-file-size.

Source

trivial-file-size.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: file-size-from-stream (file)
Package

trivial-file-size.

Source

trivial-file-size.lisp.


5.2.2 Types

Type: file-size ()
Package

trivial-file-size.

Source

trivial-file-size.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables