Technology area | Installer |
Availability | Available in Mac OS X v10.4 and later. |
The Files object provides methods for accessing files. This object is accessed using the system.files
property.
Provides the contents of the info plist file of the identified bundle.
bundleAtPath( filePath)
String with the path of the desired bundle.
Dictionary (associative array) with the contents of the bundle’s info plist file.
Indicates whether the given path identifies an existent file.
fileExistsAtPath( filePath)
String with the path of the desired file.
true
when filePath identifies an existent file; false
otherwise.
Provides the contents of a given plist file.
plistAtPath( filePath)
String with the path of the desired file.
Dictionary (associative array) with the contents of the identified plist file.
Last updated: 2008-12-16