MakeDirectory Method
Make a new directory.
Syntax
[VB.NET] Public Sub MakeDirectory(ByVal ResourceURI As String)
[C#] public void MakeDirectory(string resourceURI);
Remarks
A new resource collection is created at the location specified by ResourceURI.
NOTE: This method has a corresponding asynchronous version (MakeDirectoryAsync) for use in the Xamarin environment.