Contents

init(data:filename:typeIdentifier:)

Creates a new file object with the specified data and identifier.

Declaration

init(data: Data, filename: String, typeIdentifier: String?)

Parameters

  • data:

    The data associated with the file.

  • filename:

    The name of the file.

  • typeIdentifier:

    The type associated with the file.

Return Value

A new INFile object containing the supplied information.

See Also

Initializing a File Object