Re: Silly question: Company name
Re: Silly question: Company name
- Subject: Re: Silly question: Company name
- From: Frank Fenn <email@hidden>
- Date: Wed, 24 Sep 2003 19:04:16 -0600
On Wednesday, September 24, 2003, at 06:33 PM, Brad Peterson wrote:
This might be an even sillier question, but... are there other such
macro definitions? If so, where are they documented?
DATE -- current date (using NSCalendarDate format "%x")
DIRECTORY -- full path of directory in which the new file is being
created
FILENAME -- full file name, exactly as typed by the user
FILEBASENAME -- file name without extension
FILEBASENAMEASIDENTIFIER -- same as FILEBASENAME, but mangled to a
legal C-style identifier
FILEEXTENSION -- extension of file name
FULLUSERNAME -- full name of the logged-in user
PROJECTNAME -- name of project in which file is created, "" if no
project
PROJECTNAMEASIDENTIFIER -- same as PROJECTNAME, but mangled to a
legal C-style identifier
TIME -- current time (using NSCalendarDate format "%X")
USERNAME -- account name of the logged-in use
--
regards
Frank Fenn - Bright Light Software
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.