Click or drag to resize
IGDStorageFolderCreateFolderAsync Method (String)
Creates a new folder in the current folder.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
IAsyncOperation<GDStorageFolder> CreateFolderAsync(
	string desiredName
)

Parameters

desiredName
Type: SystemString
The desired name of the folder to create.

Return Value

Type: IAsyncOperationGDStorageFolder
When this method completes, it returns the new folder as a GDStorageFolder
Remarks
If you simply want to create a folder in your app, see the CreateFolderAsync methods of the GDStorageFolder class.
See Also