IPWorks Cloud 2020 Python Edition

Questions / Feedback?

make_directory Method

Creates a directory on the server.

Syntax

def make_directory(new_dir: str) -> None: ...

Remarks

This method is used to create a directory. The parameter NewDir specifies the name of the directory. NewDir may be either an absolute path, or a path relative to remote_path.

Note: After creating a directory remote_file will be updated with the newly created directory name.

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