forgot to close it

This commit is contained in:
Paddy Xu
2017-06-03 12:35:01 +03:00
parent 37a63c5ec7
commit 618f9fd9e2

View File

@@ -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));