A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw60/CLHS/Body/f_file_a.htm below:

CLHS: Function FILE-AUTHOR

CLHS: Function FILE-AUTHOR Function FILE-AUTHOR

Syntax:

file-author pathspec => author

Arguments and Values:

pathspec---a pathname designator.

author---a string or nil.

Description:

Returns a string naming the author of the file specified by pathspec, or nil if the author's name cannot be determined.

Examples:

 (with-open-file (stream ">relativity>general.text")
   (file-author s))
=>  "albert"

Affected By:

The host computer's file system.

Other users of the file named by pathspec.

Exceptional Situations:

An error of type file-error is signaled if pathspec is wild.

An error of type file-error is signaled if the file system cannot perform the requested operation.

See Also:

pathname, logical-pathname, Section 20.1 (File System Concepts), Section 19.1.2 (Pathnames as Filenames)

Notes: None.

The following X3J13 cleanup issues, not part of the specification, apply to this section:
Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4