SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

DirExists Method

Checks if a directory exists on the server.

Syntax

public fun dirExists(remoteDir: String?): Boolean

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 Kotlin Edition - Version 20.0 [Build 8063]