IPWorks Cloud 2020 Python Edition

Questions / Feedback?

make_directory Method

Makes a directory.

Syntax

def make_directory(new_dir_path: str) -> str: ...

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 Python Edition - Version 20.0 [Build 8265]