public static IAsyncOperation <bool> LaunchFolderAsync(IStorageFolder folder) { if (folder is null) { throw new ArgumentNullException(nameof(folder)); } return(Launcher.LaunchFolderPathAsync(folder.Path)); }