EnsureFolderExistsAsync Method
In This Topic
Ensures that a folder with given name exists in given folder
Syntax
'Declaration
Public Shared Function EnsureFolderExistsAsync( _
ByVal As Windows.Storage.StorageFolder, _
ByVal As System.String _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task EnsureFolderExistsAsync(
Windows.Storage.StorageFolder ,
System.string
)
Parameters
- folder
- name
See Also