createFolder(_:)
Create a folder on the remote target
Declaration
func createFolder(_ inDirName: String!) -> OBEXErrorParameters
- inDirName:
The name of the folder to be created
Return Value
kOBEXSuccess, kOBEXSessionBusyError, or kOBEXBadArgumentError initially. Further results returned through the fileTransferServicesCreateFolderComplete delegate method if initially successful.
Discussion
Equivalent to ‘mkdir dirName’.