Beispiel #1
0
        private void btnOpenWallpaperFolder_Click(object sender, EventArgs e)
        {
            string argument = @"/select, " + Wallpaper.GetWallpaperPath(parentForm.wallpaperFileNum, FrmMain.getWallpaperExtension(parentForm.settings.WallpaperFormat));

            System.Diagnostics.Process.Start("explorer.exe", argument);
        }