Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 215 Bytes

storageFolderExtensions.md

File metadata and controls

7 lines (7 loc) · 215 Bytes

Extensions

StorageFolderExtensions

GetFolderIfExistsAsync

Get the folder if exists, otherwise return null.

var folder = await KnownFolders.PicturesLibrary.GetFolderIfExistsAsync("MyFolder");