mirror of
https://github.com/greenshot/greenshot
synced 2025-07-16 10:03:44 -07:00
BUG-2114 / BUG-2095 / FEATURE-998 : Some more consolidation of the code.
This commit is contained in:
parent
2caa0d3d55
commit
e620cb93ec
3 changed files with 13 additions and 64 deletions
|
@ -32,7 +32,7 @@ namespace GreenshotPlugin.Core
|
|||
}
|
||||
}
|
||||
// Check if path is a file
|
||||
else if (File.Exists(path))
|
||||
if (File.Exists(path))
|
||||
{
|
||||
// Start the explorer process and select the file
|
||||
using (var explorer = Process.Start("explorer.exe", $"/select,\"{path}\""))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue