Changed SelectedPath = @"apps" to SelectedPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"Reports")
This commit is contained in:
@@ -41,7 +41,7 @@ namespace ROMVault2
|
||||
ShowNewFolderButton = true,
|
||||
Description = @"Please select a folder for Dats",
|
||||
RootFolder = Environment.SpecialFolder.MyComputer,
|
||||
SelectedPath = @"apps"
|
||||
SelectedPath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, @"Reports")
|
||||
};
|
||||
|
||||
if (browse.ShowDialog() != DialogResult.OK) return;
|
||||
|
||||
Reference in New Issue
Block a user