Contents

isFilePackage(atPath:)

Determines whether the specified path is a file package.

Declaration

func isFilePackage(atPath fullPath: String) -> Bool

Parameters

  • 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