Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1 KB

folderinformation_createfolderasync_1043039832.md

File metadata and controls

30 lines (21 loc) · 1 KB
-api-id -api-type
M:Windows.Storage.BulkAccess.FolderInformation.CreateFolderAsync(System.String,Windows.Storage.CreationCollisionOption)
winrt method

Windows.Storage.BulkAccess.FolderInformation.CreateFolderAsync

-description

Creates a new child folder of the current folder, and specifies what to do if a folder with the same name already exists in the current folder.

-parameters

-param desiredName

The name of the new folder.

-param options

A value that indicates what to do if the child folder already exists in the current folder.

-returns

When this method completes successfully, it returns a StorageFolder that represents the new file.

-remarks

-examples

-see-also

CreateFolderAsync(String)