file-author
file-author pathspec → author
pathspec—a pathname designator.
23.3.0 15Returns a string naming the author of the file specified by pathspec, or nil if the author's name cannot be determined.
(with-open-file (stream ">relativity>general.text") (file-author stream)) → "albert"
Other users of the file named by pathspec.
An error of type file-error is signaled if pathspec is wild.
Wording changed per x3j13 (05-Oct-93) -kmp
If the attempt to obtain authorship information is not successful,
an error \oftype{file-error} is signaled.An error of type file-error is signaled if the file system cannot perform the requested operation.
pathname, logical-pathname, Section 20.1 (File System Concepts), Section 19.1.2 (Pathnames as Filenames)
None.