IPWorks Cloud 2020 .NET Edition

Questions / Feedback?

MakeDirectory Method

Makes a directory.

Syntax

public string MakeDirectory(string newDirPath);
Public Function MakeDirectory(ByVal NewDirPath As String) As 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) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 .NET Edition - Version 20.0 [Build 8265]