Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

CreateFolder Method

Creates the folder at the specified path.

Syntax

[VB.NET]
Public Sub CreateFolder(ByVal Path As String)
[C#]
public void CreateFolder(string path);

Remarks

This method creates the folder specified by the path parameter. The path should be the absolute path beginning with a "/". For instance:

/My Pictures/San Francisco

After calling this method the Resource properties will be updated with the returned Folder resource information.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]