changeCurrentFolderForward(toPath:)
Change the remote path
Declaration
func changeCurrentFolderForward(toPath inDirName: String!) -> OBEXErrorParameters
- inDirName:
The name of the remote folder to be set as current
Return Value
kOBEXSuccess, kOBEXSessionBusyError, or kOBEXBadArgumentError initially. Further results returned through the fileTransferServicesPathChangeComplete: delegate method if initially successful.
Discussion
Equivalent to ‘cd dirName’.