| 1 | n/a | """Suite Disk-Folder-File Suite: Terms and Events for controlling Disks, Folders, and Files |
|---|
| 2 | n/a | Level 1, version 1 |
|---|
| 3 | n/a | |
|---|
| 4 | n/a | Generated from /System/Library/CoreServices/System Events.app |
|---|
| 5 | n/a | AETE/AEUT resource version 1/0, language 0, script 0 |
|---|
| 6 | n/a | """ |
|---|
| 7 | n/a | |
|---|
| 8 | n/a | import aetools |
|---|
| 9 | n/a | import MacOS |
|---|
| 10 | n/a | |
|---|
| 11 | n/a | _code = 'cdis' |
|---|
| 12 | n/a | |
|---|
| 13 | n/a | class Disk_Folder_File_Suite_Events: |
|---|
| 14 | n/a | |
|---|
| 15 | n/a | _argmap_move = { |
|---|
| 16 | n/a | 'to' : 'insh', |
|---|
| 17 | n/a | } |
|---|
| 18 | n/a | |
|---|
| 19 | n/a | def move(self, _object, _attributes={}, **_arguments): |
|---|
| 20 | n/a | """move: Move disk item(s) to a new location. |
|---|
| 21 | n/a | Required argument: the object for the command |
|---|
| 22 | n/a | Keyword argument to: The new location for the disk item(s). |
|---|
| 23 | n/a | Keyword argument _attributes: AppleEvent attribute dictionary |
|---|
| 24 | n/a | Returns: the reply for the command |
|---|
| 25 | n/a | """ |
|---|
| 26 | n/a | _code = 'core' |
|---|
| 27 | n/a | _subcode = 'move' |
|---|
| 28 | n/a | |
|---|
| 29 | n/a | aetools.keysubst(_arguments, self._argmap_move) |
|---|
| 30 | n/a | _arguments['----'] = _object |
|---|
| 31 | n/a | |
|---|
| 32 | n/a | |
|---|
| 33 | n/a | _reply, _arguments, _attributes = self.send(_code, _subcode, |
|---|
| 34 | n/a | _arguments, _attributes) |
|---|
| 35 | n/a | if _arguments.get('errn', 0): |
|---|
| 36 | n/a | raise aetools.Error, aetools.decodeerror(_arguments) |
|---|
| 37 | n/a | # XXXX Optionally decode result |
|---|
| 38 | n/a | if _arguments.has_key('----'): |
|---|
| 39 | n/a | return _arguments['----'] |
|---|
| 40 | n/a | |
|---|
| 41 | n/a | |
|---|
| 42 | n/a | class application(aetools.ComponentItem): |
|---|
| 43 | n/a | """application - The Disk-Folder-File Suite host program """ |
|---|
| 44 | n/a | want = 'capp' |
|---|
| 45 | n/a | class _Prop__3c_Inheritance_3e_(aetools.NProperty): |
|---|
| 46 | n/a | """<Inheritance> - All of the properties of the superclass. """ |
|---|
| 47 | n/a | which = 'c@#^' |
|---|
| 48 | n/a | want = 'capp' |
|---|
| 49 | n/a | _3c_Inheritance_3e_ = _Prop__3c_Inheritance_3e_() |
|---|
| 50 | n/a | class _Prop_folder_actions_enabled(aetools.NProperty): |
|---|
| 51 | n/a | """folder actions enabled - Are Folder Actions currently being processed? """ |
|---|
| 52 | n/a | which = 'faen' |
|---|
| 53 | n/a | want = 'bool' |
|---|
| 54 | n/a | folder_actions_enabled = _Prop_folder_actions_enabled() |
|---|
| 55 | n/a | class _Prop_properties(aetools.NProperty): |
|---|
| 56 | n/a | """properties - every property of the Disk-Folder-File Suite host program """ |
|---|
| 57 | n/a | which = 'pALL' |
|---|
| 58 | n/a | want = '****' |
|---|
| 59 | n/a | properties = _Prop_properties() |
|---|
| 60 | n/a | # element 'cdis' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 61 | n/a | # element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 62 | n/a | # element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 63 | n/a | # element 'cwin' as ['name', 'indx', 'rele', 'rang', 'test', 'ID '] |
|---|
| 64 | n/a | # element 'docu' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 65 | n/a | # element 'file' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 66 | n/a | # element 'foac' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 67 | n/a | # element 'logi' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 68 | n/a | # element 'pcap' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 69 | n/a | # element 'pcda' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 70 | n/a | # element 'prcs' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 71 | n/a | |
|---|
| 72 | n/a | applications = application |
|---|
| 73 | n/a | |
|---|
| 74 | n/a | class disk(aetools.ComponentItem): |
|---|
| 75 | n/a | """disk - A disk in the file system """ |
|---|
| 76 | n/a | want = 'cdis' |
|---|
| 77 | n/a | class _Prop_POSIX_path(aetools.NProperty): |
|---|
| 78 | n/a | """POSIX path - the POSIX file system path of the disk """ |
|---|
| 79 | n/a | which = 'posx' |
|---|
| 80 | n/a | want = 'utxt' |
|---|
| 81 | n/a | class _Prop_capacity(aetools.NProperty): |
|---|
| 82 | n/a | """capacity - the total number of bytes (free or used) on the disk """ |
|---|
| 83 | n/a | which = 'capa' |
|---|
| 84 | n/a | want = 'magn' |
|---|
| 85 | n/a | class _Prop_ejectable(aetools.NProperty): |
|---|
| 86 | n/a | """ejectable - Can the media be ejected (floppies, CD's, and so on)? """ |
|---|
| 87 | n/a | which = 'isej' |
|---|
| 88 | n/a | want = 'bool' |
|---|
| 89 | n/a | class _Prop_format(aetools.NProperty): |
|---|
| 90 | n/a | """format - the file system format of this disk """ |
|---|
| 91 | n/a | which = 'dfmt' |
|---|
| 92 | n/a | want = 'edfm' |
|---|
| 93 | n/a | class _Prop_free_space(aetools.NProperty): |
|---|
| 94 | n/a | """free space - the number of free bytes left on the disk """ |
|---|
| 95 | n/a | which = 'frsp' |
|---|
| 96 | n/a | want = 'magn' |
|---|
| 97 | n/a | class _Prop_ignore_privileges(aetools.NProperty): |
|---|
| 98 | n/a | """ignore privileges - Ignore permissions on this disk? """ |
|---|
| 99 | n/a | which = 'igpr' |
|---|
| 100 | n/a | want = 'bool' |
|---|
| 101 | n/a | class _Prop_local_volume(aetools.NProperty): |
|---|
| 102 | n/a | """local volume - Is the media a local volume (as opposed to a file server? """ |
|---|
| 103 | n/a | which = 'isrv' |
|---|
| 104 | n/a | want = 'bool' |
|---|
| 105 | n/a | class _Prop_name(aetools.NProperty): |
|---|
| 106 | n/a | """name - the name of the disk """ |
|---|
| 107 | n/a | which = 'pnam' |
|---|
| 108 | n/a | want = 'utxt' |
|---|
| 109 | n/a | class _Prop_path(aetools.NProperty): |
|---|
| 110 | n/a | """path - the file system path of the disk """ |
|---|
| 111 | n/a | which = 'ppth' |
|---|
| 112 | n/a | want = 'utxt' |
|---|
| 113 | n/a | class _Prop_startup(aetools.NProperty): |
|---|
| 114 | n/a | """startup - Is this disk the boot disk? """ |
|---|
| 115 | n/a | which = 'istd' |
|---|
| 116 | n/a | want = 'bool' |
|---|
| 117 | n/a | class _Prop_volume(aetools.NProperty): |
|---|
| 118 | n/a | """volume - the volume on which the folder resides """ |
|---|
| 119 | n/a | which = 'volu' |
|---|
| 120 | n/a | want = 'utxt' |
|---|
| 121 | n/a | # element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 122 | n/a | # element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 123 | n/a | # element 'file' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 124 | n/a | |
|---|
| 125 | n/a | disks = disk |
|---|
| 126 | n/a | |
|---|
| 127 | n/a | class folder(aetools.ComponentItem): |
|---|
| 128 | n/a | """folder - A folder in the file system """ |
|---|
| 129 | n/a | want = 'cfol' |
|---|
| 130 | n/a | # element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 131 | n/a | # element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 132 | n/a | # element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 133 | n/a | # element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 134 | n/a | # element 'file' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 135 | n/a | # element 'file' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 136 | n/a | |
|---|
| 137 | n/a | folders = folder |
|---|
| 138 | n/a | |
|---|
| 139 | n/a | class item(aetools.ComponentItem): |
|---|
| 140 | n/a | """item - An item in the file system """ |
|---|
| 141 | n/a | want = 'cobj' |
|---|
| 142 | n/a | class _Prop_busy_status(aetools.NProperty): |
|---|
| 143 | n/a | """busy status - Is the item busy? """ |
|---|
| 144 | n/a | which = 'busy' |
|---|
| 145 | n/a | want = 'bool' |
|---|
| 146 | n/a | class _Prop_creation_date(aetools.NProperty): |
|---|
| 147 | n/a | """creation date - the date on which the item was created """ |
|---|
| 148 | n/a | which = 'ascd' |
|---|
| 149 | n/a | want = '****' |
|---|
| 150 | n/a | class _Prop_modification_date(aetools.NProperty): |
|---|
| 151 | n/a | """modification date - the date on which the item was last modified """ |
|---|
| 152 | n/a | which = 'asmo' |
|---|
| 153 | n/a | want = '****' |
|---|
| 154 | n/a | class _Prop_name_extension(aetools.NProperty): |
|---|
| 155 | n/a | """name extension - the extension portion of the name """ |
|---|
| 156 | n/a | which = 'extn' |
|---|
| 157 | n/a | want = 'utxt' |
|---|
| 158 | n/a | class _Prop_package_folder(aetools.NProperty): |
|---|
| 159 | n/a | """package folder - Is the item a package? """ |
|---|
| 160 | n/a | which = 'pkgf' |
|---|
| 161 | n/a | want = 'bool' |
|---|
| 162 | n/a | class _Prop_url(aetools.NProperty): |
|---|
| 163 | n/a | """url - the url of the item """ |
|---|
| 164 | n/a | which = 'url ' |
|---|
| 165 | n/a | want = 'utxt' |
|---|
| 166 | n/a | class _Prop_visible(aetools.NProperty): |
|---|
| 167 | n/a | """visible - Is the item visible? """ |
|---|
| 168 | n/a | which = 'visi' |
|---|
| 169 | n/a | want = 'bool' |
|---|
| 170 | n/a | # element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 171 | n/a | # element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 172 | n/a | # element 'file' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 173 | n/a | |
|---|
| 174 | n/a | items = item |
|---|
| 175 | n/a | |
|---|
| 176 | n/a | class file(aetools.ComponentItem): |
|---|
| 177 | n/a | """file - A file in the file system """ |
|---|
| 178 | n/a | want = 'file' |
|---|
| 179 | n/a | class _Prop_creator_type(aetools.NProperty): |
|---|
| 180 | n/a | """creator type - the OSType identifying the application that created the item """ |
|---|
| 181 | n/a | which = 'fcrt' |
|---|
| 182 | n/a | want = 'utxt' |
|---|
| 183 | n/a | class _Prop_file_type(aetools.NProperty): |
|---|
| 184 | n/a | """file type - the OSType identifying the type of data contained in the item """ |
|---|
| 185 | n/a | which = 'asty' |
|---|
| 186 | n/a | want = 'utxt' |
|---|
| 187 | n/a | class _Prop_physical_size(aetools.NProperty): |
|---|
| 188 | n/a | """physical size - the actual space used by the file on disk """ |
|---|
| 189 | n/a | which = 'phys' |
|---|
| 190 | n/a | want = 'magn' |
|---|
| 191 | n/a | class _Prop_product_version(aetools.NProperty): |
|---|
| 192 | n/a | """product version - the version of the product (visible at the top of the ?et Info?window) """ |
|---|
| 193 | n/a | which = 'ver2' |
|---|
| 194 | n/a | want = 'utxt' |
|---|
| 195 | n/a | class _Prop_size(aetools.NProperty): |
|---|
| 196 | n/a | """size - the logical size of the file """ |
|---|
| 197 | n/a | which = 'ptsz' |
|---|
| 198 | n/a | want = 'magn' |
|---|
| 199 | n/a | class _Prop_stationery(aetools.NProperty): |
|---|
| 200 | n/a | """stationery - Is the file a stationery pad? """ |
|---|
| 201 | n/a | which = 'pspd' |
|---|
| 202 | n/a | want = 'bool' |
|---|
| 203 | n/a | class _Prop_version(aetools.NProperty): |
|---|
| 204 | n/a | """version - the version of the file (visible at the bottom of the ?et Info?window) """ |
|---|
| 205 | n/a | which = 'vers' |
|---|
| 206 | n/a | want = 'utxt' |
|---|
| 207 | n/a | # element 'cfol' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 208 | n/a | # element 'cobj' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 209 | n/a | # element 'file' as ['name', 'indx', 'rele', 'rang', 'test'] |
|---|
| 210 | n/a | |
|---|
| 211 | n/a | files = file |
|---|
| 212 | n/a | application._superclassnames = [] |
|---|
| 213 | n/a | import Standard_Suite |
|---|
| 214 | n/a | import Folder_Actions_Suite |
|---|
| 215 | n/a | import Login_Items_Suite |
|---|
| 216 | n/a | import Processes_Suite |
|---|
| 217 | n/a | application._privpropdict = { |
|---|
| 218 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 219 | n/a | 'folder_actions_enabled' : _Prop_folder_actions_enabled, |
|---|
| 220 | n/a | 'properties' : _Prop_properties, |
|---|
| 221 | n/a | } |
|---|
| 222 | n/a | application._privelemdict = { |
|---|
| 223 | n/a | 'application_process' : Processes_Suite.application_process, |
|---|
| 224 | n/a | 'desk_accessory_process' : Processes_Suite.desk_accessory_process, |
|---|
| 225 | n/a | 'disk' : disk, |
|---|
| 226 | n/a | 'document' : Standard_Suite.document, |
|---|
| 227 | n/a | 'file' : file, |
|---|
| 228 | n/a | 'folder' : folder, |
|---|
| 229 | n/a | 'folder_action' : Folder_Actions_Suite.folder_action, |
|---|
| 230 | n/a | 'item' : item, |
|---|
| 231 | n/a | 'login_item' : Login_Items_Suite.login_item, |
|---|
| 232 | n/a | 'process' : Processes_Suite.process, |
|---|
| 233 | n/a | 'window' : Standard_Suite.window, |
|---|
| 234 | n/a | } |
|---|
| 235 | n/a | disk._superclassnames = ['item'] |
|---|
| 236 | n/a | disk._privpropdict = { |
|---|
| 237 | n/a | 'POSIX_path' : _Prop_POSIX_path, |
|---|
| 238 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 239 | n/a | 'capacity' : _Prop_capacity, |
|---|
| 240 | n/a | 'ejectable' : _Prop_ejectable, |
|---|
| 241 | n/a | 'format' : _Prop_format, |
|---|
| 242 | n/a | 'free_space' : _Prop_free_space, |
|---|
| 243 | n/a | 'ignore_privileges' : _Prop_ignore_privileges, |
|---|
| 244 | n/a | 'local_volume' : _Prop_local_volume, |
|---|
| 245 | n/a | 'name' : _Prop_name, |
|---|
| 246 | n/a | 'path' : _Prop_path, |
|---|
| 247 | n/a | 'properties' : _Prop_properties, |
|---|
| 248 | n/a | 'startup' : _Prop_startup, |
|---|
| 249 | n/a | 'volume' : _Prop_volume, |
|---|
| 250 | n/a | } |
|---|
| 251 | n/a | disk._privelemdict = { |
|---|
| 252 | n/a | 'file' : file, |
|---|
| 253 | n/a | 'folder' : folder, |
|---|
| 254 | n/a | 'item' : item, |
|---|
| 255 | n/a | } |
|---|
| 256 | n/a | folder._superclassnames = ['item'] |
|---|
| 257 | n/a | folder._privpropdict = { |
|---|
| 258 | n/a | 'POSIX_path' : _Prop_POSIX_path, |
|---|
| 259 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 260 | n/a | 'name' : _Prop_name, |
|---|
| 261 | n/a | 'path' : _Prop_path, |
|---|
| 262 | n/a | 'properties' : _Prop_properties, |
|---|
| 263 | n/a | 'volume' : _Prop_volume, |
|---|
| 264 | n/a | } |
|---|
| 265 | n/a | folder._privelemdict = { |
|---|
| 266 | n/a | 'file' : file, |
|---|
| 267 | n/a | 'file' : file, |
|---|
| 268 | n/a | 'folder' : folder, |
|---|
| 269 | n/a | 'folder' : folder, |
|---|
| 270 | n/a | 'item' : item, |
|---|
| 271 | n/a | 'item' : item, |
|---|
| 272 | n/a | } |
|---|
| 273 | n/a | item._superclassnames = [] |
|---|
| 274 | n/a | item._privpropdict = { |
|---|
| 275 | n/a | 'POSIX_path' : _Prop_POSIX_path, |
|---|
| 276 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 277 | n/a | 'busy_status' : _Prop_busy_status, |
|---|
| 278 | n/a | 'creation_date' : _Prop_creation_date, |
|---|
| 279 | n/a | 'modification_date' : _Prop_modification_date, |
|---|
| 280 | n/a | 'name' : _Prop_name, |
|---|
| 281 | n/a | 'name_extension' : _Prop_name_extension, |
|---|
| 282 | n/a | 'package_folder' : _Prop_package_folder, |
|---|
| 283 | n/a | 'path' : _Prop_path, |
|---|
| 284 | n/a | 'properties' : _Prop_properties, |
|---|
| 285 | n/a | 'url' : _Prop_url, |
|---|
| 286 | n/a | 'visible' : _Prop_visible, |
|---|
| 287 | n/a | 'volume' : _Prop_volume, |
|---|
| 288 | n/a | } |
|---|
| 289 | n/a | item._privelemdict = { |
|---|
| 290 | n/a | 'file' : file, |
|---|
| 291 | n/a | 'folder' : folder, |
|---|
| 292 | n/a | 'item' : item, |
|---|
| 293 | n/a | } |
|---|
| 294 | n/a | file._superclassnames = ['item'] |
|---|
| 295 | n/a | file._privpropdict = { |
|---|
| 296 | n/a | 'POSIX_path' : _Prop_POSIX_path, |
|---|
| 297 | n/a | '_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_, |
|---|
| 298 | n/a | 'creator_type' : _Prop_creator_type, |
|---|
| 299 | n/a | 'file_type' : _Prop_file_type, |
|---|
| 300 | n/a | 'name' : _Prop_name, |
|---|
| 301 | n/a | 'path' : _Prop_path, |
|---|
| 302 | n/a | 'physical_size' : _Prop_physical_size, |
|---|
| 303 | n/a | 'product_version' : _Prop_product_version, |
|---|
| 304 | n/a | 'properties' : _Prop_properties, |
|---|
| 305 | n/a | 'size' : _Prop_size, |
|---|
| 306 | n/a | 'stationery' : _Prop_stationery, |
|---|
| 307 | n/a | 'version' : _Prop_version, |
|---|
| 308 | n/a | 'volume' : _Prop_volume, |
|---|
| 309 | n/a | } |
|---|
| 310 | n/a | file._privelemdict = { |
|---|
| 311 | n/a | 'file' : file, |
|---|
| 312 | n/a | 'folder' : folder, |
|---|
| 313 | n/a | 'item' : item, |
|---|
| 314 | n/a | } |
|---|
| 315 | n/a | _Enum_edfm = { |
|---|
| 316 | n/a | 'MS_2d_DOS_format' : 'dfms', # MS-DOS format |
|---|
| 317 | n/a | 'Apple_Photo_format' : 'dfph', # Apple Photo format |
|---|
| 318 | n/a | 'ISO_9660_format' : 'df96', # ISO 9660 format |
|---|
| 319 | n/a | 'QuickTake_format' : 'dfqt', # QuickTake format |
|---|
| 320 | n/a | 'AppleShare_format' : 'dfas', # AppleShare format |
|---|
| 321 | n/a | 'High_Sierra_format' : 'dfhs', # High Sierra format |
|---|
| 322 | n/a | 'Mac_OS_Extended_format' : 'dfh+', # Mac OS Extended format |
|---|
| 323 | n/a | 'UDF_format' : 'dfud', # UDF format |
|---|
| 324 | n/a | 'unknown_format' : 'df??', # unknown format |
|---|
| 325 | n/a | 'audio_format' : 'dfau', # audio format |
|---|
| 326 | n/a | 'Mac_OS_format' : 'dfhf', # Mac OS format |
|---|
| 327 | n/a | 'UFS_format' : 'dfuf', # UFS format |
|---|
| 328 | n/a | 'NFS_format' : 'dfnf', # NFS format |
|---|
| 329 | n/a | 'ProDOS_format' : 'dfpr', # ProDOS format |
|---|
| 330 | n/a | 'WebDAV_format' : 'dfwd', # WebDAV format |
|---|
| 331 | n/a | } |
|---|
| 332 | n/a | |
|---|
| 333 | n/a | |
|---|
| 334 | n/a | # |
|---|
| 335 | n/a | # Indices of types declared in this module |
|---|
| 336 | n/a | # |
|---|
| 337 | n/a | _classdeclarations = { |
|---|
| 338 | n/a | 'capp' : application, |
|---|
| 339 | n/a | 'cdis' : disk, |
|---|
| 340 | n/a | 'cfol' : folder, |
|---|
| 341 | n/a | 'cobj' : item, |
|---|
| 342 | n/a | 'file' : file, |
|---|
| 343 | n/a | } |
|---|
| 344 | n/a | |
|---|
| 345 | n/a | _propdeclarations = { |
|---|
| 346 | n/a | 'ascd' : _Prop_creation_date, |
|---|
| 347 | n/a | 'asmo' : _Prop_modification_date, |
|---|
| 348 | n/a | 'asty' : _Prop_file_type, |
|---|
| 349 | n/a | 'busy' : _Prop_busy_status, |
|---|
| 350 | n/a | 'c@#^' : _Prop__3c_Inheritance_3e_, |
|---|
| 351 | n/a | 'capa' : _Prop_capacity, |
|---|
| 352 | n/a | 'dfmt' : _Prop_format, |
|---|
| 353 | n/a | 'extn' : _Prop_name_extension, |
|---|
| 354 | n/a | 'faen' : _Prop_folder_actions_enabled, |
|---|
| 355 | n/a | 'fcrt' : _Prop_creator_type, |
|---|
| 356 | n/a | 'frsp' : _Prop_free_space, |
|---|
| 357 | n/a | 'igpr' : _Prop_ignore_privileges, |
|---|
| 358 | n/a | 'isej' : _Prop_ejectable, |
|---|
| 359 | n/a | 'isrv' : _Prop_local_volume, |
|---|
| 360 | n/a | 'istd' : _Prop_startup, |
|---|
| 361 | n/a | 'pALL' : _Prop_properties, |
|---|
| 362 | n/a | 'phys' : _Prop_physical_size, |
|---|
| 363 | n/a | 'pkgf' : _Prop_package_folder, |
|---|
| 364 | n/a | 'pnam' : _Prop_name, |
|---|
| 365 | n/a | 'posx' : _Prop_POSIX_path, |
|---|
| 366 | n/a | 'ppth' : _Prop_path, |
|---|
| 367 | n/a | 'pspd' : _Prop_stationery, |
|---|
| 368 | n/a | 'ptsz' : _Prop_size, |
|---|
| 369 | n/a | 'url ' : _Prop_url, |
|---|
| 370 | n/a | 'ver2' : _Prop_product_version, |
|---|
| 371 | n/a | 'vers' : _Prop_version, |
|---|
| 372 | n/a | 'visi' : _Prop_visible, |
|---|
| 373 | n/a | 'volu' : _Prop_volume, |
|---|
| 374 | n/a | } |
|---|
| 375 | n/a | |
|---|
| 376 | n/a | _compdeclarations = { |
|---|
| 377 | n/a | } |
|---|
| 378 | n/a | |
|---|
| 379 | n/a | _enumdeclarations = { |
|---|
| 380 | n/a | 'edfm' : _Enum_edfm, |
|---|
| 381 | n/a | } |
|---|