SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

DirExists Method

Checks if a directory exists on the server.

function 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 2020 Delphi Edition - Version 20.0 [Build 8166]