NAME
//uussrr//bbiinn//GGeettFFiilleeIInnffoo - get attributes of files and directories
SYNOPSIS
//uussrr//bbiinn//GGeettFFiilleeIInnffoo [-PP -aa[[<
...>]] | -cc | -dd | -mm | -tt] file DESCRIPTION
//uussrr//bbiinn//GGeettFFiilleeIInnffoo is a tool to get the file attributes.With no flags, GetFileInfo retrieves all information about the file. If
exactly one option is provided, GetFileInfo retrieves and displays just
that information; supplying more than one is an error. Flags:-PP Acts on a symlink file instead of the file the symlink resolves to.
-aa[[<
>]] Gets a file's attribute bits where
one of the following: a Alias file b Has bundle c Custom icon (allowed on folders) d Located on the desktop (allowed on folders) e Extension is hidden (allowed on folders)is i Inited - Finder is aware of this file and has
given it a location in a window. (allowed on folders) l Locked m Shared (can run multiple times) n File has no INIT resource s System file (name locked) t "Stationery Pad" file v Invisible (allowed on folders) z Busy (allowed on folders) The value of a single attribute is printed as 0 for off orfalse, 1 for on or true. If no attribute letter is speci-
fied, the value of all attributes is returned, with lower-
case letters representing off or false, and uppercase rep-
resenting on or true.-tt Gets the file type, a string of exactly four characters.
If the type is not set, these will display as an empty pair of quotation marks. Directories do not have types, so the type will be skipped if all information is beingdisplayed; specifying -t for a directory is an error.
-cc Gets the file's creator, a string of four characters
enclosed in quotation marks. If the creator is not set, these will display as an empty pair of quotation marks. Directories do not have creators, so the creator will be skipped if all information is being displayed; specifying-c for a directory is an error.
-dd Gets the creation date, a string of the form "mm/dd/yyyy
hh:mm:ss" in 24-hour clock format.
-mm Gets the modification date, a string of the form
"mm/dd/yyyy hh:mm:ss" in 24-hour clock format.
RETURN VALUES
00 success 11 syntax error 22 any other errorSEE ALSO
SetFile(1) EEXXAAMMPPLLEESS The following command line gets and prints the creator for the "Late Breaking News" file:/Developer/Tools/GetFileInfo -c "Late Breaking News"
This command line prints the modification date of "myFile":/Developer/Tools/GetFileInfo -m myFile
Mac OS X September 27, 2005 Mac OS X