Contents

package

A base type that represents a packaged directory.

Declaration

static var package: UTType { get }

Discussion

Bundles differ from packages in that a bundle has an internal file hierarchy that CFBundle can read, while packages display to the user as if they were regular files. A single file system object can be a package and a bundle.

The identifier for this type is com.apple.package.

This type conforms to UTTypeDirectory.

See Also

Apple system base types