SecureBlackbox 2020 PHP Edition

Questions / Feedback?

MakeDir Method

Creates a new directory on the server.

Object Oriented Interface

public function doMakeDir($remotedir);

Procedural Interface

secureblackbox_ftpclient_do_makedir($res, $remotedir);

Remarks

This method creates a directory. The path provided via RemoteDir can either be absolute or relative.

Depending on the server, the directory structure up to the innermost element might need to exist.

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