SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DirExists Method

Checks if a directory exists on the server.

Object Oriented Interface

public function doDirExists($remotedir);

Procedural Interface

secureblackbox_ftpclient_do_direxists($res, $remotedir);

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 PHP Edition - Version 20.0 [Build 8154]