SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

dirExists (method)

Checks if a directory exists on the server.

Syntax

- (BOOL)dirExists:(NSString*)remoteDir;
public func dirExists(_ remoteDir: String) throws -> Bool

Remarks

Use this method to check if the RemoteDir exists on the server.

The test is performed by attempting to change the current directory to RemoteDir, and checking the response code returned by the server.

Note that this method will return false if the directory does exist but is not accessible for the client (e.g. due to a permission issue).

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