io.files.info docs, sync link-info and file-info docs

char-rename
Jon Harper 2016-06-22 20:11:29 +02:00 committed by John Benediktsson
parent 0a34002988
commit e9454fc310
1 changed files with 3 additions and 2 deletions

View File

@ -7,8 +7,9 @@ HELP: file-info
{ $errors "Throws an error if the file does not exist." } ;
HELP: link-info
{ $values { "path" "a pathname string" } { "info" "a file-info tuple" } }
{ $description "Queries the file system for metadata. If path refers to a symbolic link, information about the symbolic link itself is returned. If the file does not exist, an exception is thrown." } ;
{ $values { "path" "a pathname string" } { "info" file-info-tuple } }
{ $description "Queries the file system for metadata. If " { $snippet "path" } " refers to a symbolic link, information about the symbolic link itself is returned. See the article " { $link "file-types" } " for a list of metadata symbols." }
{ $errors "Throws an error if the file does not exist." } ;
{ file-info link-info } related-words