×

Get File

iOS 14 +

Notes

Retrieves the file at a given path. It can also open a document picker if there is no path provided and the picker parameter is set to true.

Syntax

getFile(picker: <#Boolean (Optional)#>, path: <#String (Allows Variables) (Optional)#>, error: <#Boolean (Optional)#>, multiple: <#Boolean (Optional)#>)

Example

getFile(picker: true, path: "", error: false, multiple: false)