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.