SecureBlackbox Lite 2020 .NET Edition

Questions / Feedback?

DirExists Method

Checks if a directory exists on the server.

Syntax

public bool DirExists(string remoteDir);
Public Function DirExists(ByVal RemoteDir As String) As 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 .NET Edition - Version 20.0 [Build 8166]