darcs
slava 2006-11-14 23:52:01 +00:00
parent cdf9ca3397
commit 4016c2066c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ HELP: cd ( path -- )
{ $see-also cwd } ; { $see-also cwd } ;
HELP: stat ( path -- directory? length permissions modified ) HELP: stat ( path -- directory? length permissions modified )
{ $values { "path" "a path name string" } { "directory?" "boolean indicating if the file is a directory" } { "length" "the length in bytes as an integer" } { "permissions" "a Unix permission bitmap (0 on Windows" } { "the last modification time, as milliseconds since midnight, January 1st 1970 GMT" } } { $values { "path" "a path name string" } { "directory?" "boolean indicating if the file is a directory" } { "length" "the length in bytes as an integer" } { "permissions" "a Unix permission bitmap (0 on Windows" } { "modified" "the last modification time, as milliseconds since midnight, January 1st 1970 GMT" } }
{ $description { $description
"Queries the file system for file meta data. If the file does not exist, outputs " { $link f } " for all four values." "Queries the file system for file meta data. If the file does not exist, outputs " { $link f } " for all four values."
} }