isFilePackage(atPath:)
Determines whether the specified path is a file package.
Declaration
func isFilePackage(atPath fullPath: String) -> BoolParameters
- fullPath:
The full path to examine.
Return Value
true if the path identifies a file package; otherwise, false if the path does not exist, is not a directory, or is not a file package.
Discussion
You can safely call this method from any thread of your app.
See Also
Requesting Information
urlForApplication(toOpen:)urlForApplication(toOpen:)urlForApplication(withBundleIdentifier:)urlsForApplications(toOpen:)urlsForApplications(toOpen:)urlsForApplications(withBundleIdentifier:)getFileSystemInfo(forPath:isRemovable:isWritable:isUnmountable:description:type:)frontmostApplicationrunningApplicationsmenuBarOwningApplicationgetInfoForFile(_:application:type:)