|
WikiDoc |
The [getStandardFolder] commandCommands.GetStandardFolder HistoryHide minor edits - Show changes to markup December 30, 2007, at 09:08 AM
by -
Changed lines 162-163 from:
Note: Further codes not listed in above table together with some technical details may be found at http://developer.apple.com/documentation/Carbon/Reference/Folder_Manager/Reference/reference.html#//apple_ref/c/tdef/FolderType. to:
Note: Above list contains only the more commonly used folders. A complete list of codes together with further technical details may be found at http://developer.apple.com/documentation/Carbon/Reference/Folder_Manager/Reference/reference.html#//apple_ref/c/tdef/FolderType. December 30, 2007, at 09:04 AM
by -
Added lines 161-163:
Note: Further codes not listed in above table together with some technical details may be found at http://developer.apple.com/documentation/Carbon/Reference/Folder_Manager/Reference/reference.html#//apple_ref/c/tdef/FolderType. December 29, 2007, at 04:28 PM
by - Completed list of supported codes
Changed lines 34-42 from:
to:
Changed lines 40-51 from:
to:
Changed lines 44-45 from:
to:
Changed lines 55-71 from:
to:
Changed lines 65-78 from:
to:
Changed lines 68-69 from:
to:
Changed lines 84-85 from:
to:
Added lines 87-101:
Changed lines 103-109 from:
to:
Added lines 109-119:
Changed lines 121-122 from:
to:
November 01, 2007, at 04:01 AM
by - spam cleanup
Deleted line 0:
sitalcatrlet Changed line 61 from:
to:
Changed line 66 from:
to:
Changed lines 68-71 from:
to:
Changed lines 73-75 from:
to:
Changed lines 78-80 from:
to:
Changed line 82 from:
to:
Changed line 89 from:
to:
Changed line 92 from:
to:
Changed line 97 from:
to:
Changed line 111 from:
Note: some of the codes in the table above use the ƒ symbol. This is to:
Note: some of the codes in the table above use the ƒ symbol. This is Changed line 120 from:
«MacOS» version
to:
«MacOS» version
Changed line 123 from:
«MacOS» info command getStandardFolder
to:
«MacOS» info command getStandardFolder
Changed line 126 from:
«MacOS» getStandardFolder asup user
to:
«MacOS» getStandardFolder asup user
Changed line 129 from:
«MacOS» getStandardFolder asup local
to:
«MacOS» getStandardFolder asup local
Changed line 132 from:
«MacOS» getStandardFolder flnt user
to:
«MacOS» getStandardFolder flnt user
Changed line 135 from:
«MacOS» getStandardFolder -create flnt user
to:
«MacOS» getStandardFolder -create flnt user
November 01, 2007, at 03:04 AM
by -
Added line 1:
sitalcatrlet Changed line 62 from:
to:
Changed line 67 from:
to:
Changed lines 69-72 from:
to:
Changed lines 74-76 from:
to:
Changed lines 79-81 from:
to:
Changed line 83 from:
to:
Changed line 90 from:
to:
Changed line 93 from:
to:
Changed line 98 from:
to:
Changed line 112 from:
Note: some of the codes in the table above use the ƒ symbol. This is to:
Note: some of the codes in the table above use the ƒ symbol. This is Changed line 121 from:
«MacOS» version
to:
«MacOS» version
Changed line 124 from:
«MacOS» info command getStandardFolder
to:
«MacOS» info command getStandardFolder
Changed line 127 from:
«MacOS» getStandardFolder asup user
to:
«MacOS» getStandardFolder asup user
Changed line 130 from:
«MacOS» getStandardFolder asup local
to:
«MacOS» getStandardFolder asup local
Changed line 133 from:
«MacOS» getStandardFolder flnt user
to:
«MacOS» getStandardFolder flnt user
Changed line 136 from:
«MacOS» getStandardFolder -create flnt user
to:
«MacOS» getStandardFolder -create flnt user
January 11, 2007, at 08:05 PM
by - Title prettified
Added lines 1-2:
(:title The [getStandardFolder] command:) June 15, 2006, at 07:56 PM
by - corrected minor typos
Changed line 6 from:
system-related directories. Optionnally this function can create (or to:
system-related directories. Optionally this function can create (or Added line 11:
Changed line 111 from:
It corresponds ot the U+0192 code-point in the Utf-8 Unicode encoding form. to:
It corresponds to the U+0192 code-point in the Utf-8 Unicode encoding form. Added line 115:
Changed line 117 from:
Welcome to AlphaX's AlphaTcl shell. to:
Welcome to AlphaX's AlphaTcl shell. April 26, 2006, at 08:05 PM
by - Local link
Deleted line 0:
Changed line 16 from:
to:
Added line 19:
April 23, 2006, at 08:08 AM
by -
Added line 1:
Changed line 5 from:
The new command [getStandardFolder] has been introduced in order to wrap the to:
The new command [getStandardFolder] has been introduced in order to wrap the Changed lines 15-18 from:
The arguments are:
to:
The arguments have the following signification:
Added line 24:
Added line 28:
Added lines 107-111:
Note: some of the codes in the table above use the ƒ symbol. This is the character of code 196 (0xc4 in hexadecimal) in the MacRoman encoding. It corresponds ot the U+0192 code-point in the Utf-8 Unicode encoding form. It is obtained from the keyboard by typing opt-f. Changed line 113 from:
Here are some examples to demonstrate the use of the [getStandardFolder] command: to:
Here are some examples to demonstrate the use of the [getStandardFolder] command: Changed line 138 from:
Last updated 2006-04-23 09:53:46 to:
Last updated 2006-04-23 10:07:01 April 23, 2006, at 07:55 AM
by -
Added lines 1-130:
DescriptionThe new command [getStandardFolder] has been introduced in order to wrap the ToolBox function of the same name. It returns the full path of certain system-related directories. Optionnally this function can create (or attempt to create, depending on the permissions) the folders when they do not exist already. SynopsisThe syntax of the command is the following:
getStandardFolder ?-create? folderType ?domain?
The arguments are:
Main folder codesOne must pass a four-character folder type for the folder you want to
find. The table below indicates the currently available codes. More
information can be found on Apple's Developer Connection at
http://developer.apple.com/documentation/Carbon/Reference/Folder_Manager/Reference/reference.html#//apple_ref/c/tdef/FolderType
These codes are declared in the
ExamplesHere are some examples to demonstrate the use of the [getStandardFolder] command:
Welcome to AlphaX's AlphaTcl shell.
«MacOS» version
AlphaX 8.1d1, Wednesday, 11 January 2006
«MacOS» info command getStandardFolder
getStandardFolder
«MacOS» getStandardFolder asup user
/Users/bernardo/Library/Application Support/
«MacOS» getStandardFolder asup local
/Library/Application Support/
«MacOS» getStandardFolder flnt user
Error:
«MacOS» getStandardFolder -create flnt user
/Users/bernardo/Library/Caches/Cleanup At Startup/
(add your comments here...) Last updated 2006-04-23 09:53:46 |
|
Edit -
History -
Print -
Recent Changes -
Search
Page last modified on December 30, 2007, at 09:08 AM
|
Hosted on
|