mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-03-01 01:00:27 +08:00
forgot to close it
This commit is contained in:
@@ -14,7 +14,7 @@ namespace QuickLook.Helpers
|
||||
{
|
||||
try
|
||||
{
|
||||
File.Create(_startupFullPath);
|
||||
File.Create(_startupFullPath).Close();
|
||||
|
||||
var shl = new Shell();
|
||||
var dir = shl.NameSpace(Path.GetDirectoryName(_startupFullPath));
|
||||
|
||||
Reference in New Issue
Block a user