init(filenameExtension:)
Creates a type that represents the specified filename extension.
Declaration
convenience init?(filenameExtension: String)Parameters
- filenameExtension:
The filename extension.
Discussion
If the system recognizes the filename extension, the intializer returns the corresponding type; otherwise, the initializer returns a dynamic type whose isDeclared and isPublic properties are both set to false.