IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

MakeDirectory Method

Makes a directory.

Syntax

public fun makeDirectory(newDirPath: String?): String?

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) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]