I'm importing a file on iOS
When this delegate is called...
func documentPicker(controller:UIDocumentPickerViewController, didPickDocumentAtURL url:NSURL)
can I retrieve the mime type of the file? I need it to place in an email so that mail clients can open the attachment correctly?