IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

MakeDirectory Method

Makes a directory.

Object Oriented Interface

public function doMakeDirectory($newdirpath);

Procedural Interface

ipworkscloud_hadoopdfs_do_makedirectory($res, $newdirpath);

Remarks

This method makes a new directory at NewDirPath and returns the full path of the new directory. Any non-existent parent directories will also be created.

If the CreatePermission configuration setting is non-empty, the directory will be created with the permission it specifies. Otherwise, the server's default (755) will be used.

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