SecureBlackbox 2020 iOS Edition

Questions / Feedback?

onFileOperationResult (event)

Reports the result of a file transfer operation.

Syntax

- (void)onFileOperationResult:(int)operation :(NSString*)remotePath :(NSString*)localPath :(int)errorCode :(NSString*)comment :(int*)cancel;
func onFileOperationResult(_ operation: Int32, _ remotePath: String, _ localPath: String, _ errorCode: Int32, _ comment: String, _ cancel: inout Int32)

Remarks

The class fires this event from DownloadFiles and UploadFiles to notify the application of the completion of a file operation.

ErrorCode and Comment provide the details of the operation. Use the Cancel parameter to terminate the whole multi-file operation if needed.

Operations:

cffoDownloadFile0Download file

cffoUploadFile1Upload file

cffoDeleteFile2Delete file

cffoMakeDir3Make directory

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]