fix #46 Reload index cache when the file changed in index directories

This commit is contained in:
qianlifeng
2014-08-14 22:21:07 +08:00
parent 8eb2f66b14
commit 13e629e17d
7 changed files with 124 additions and 56 deletions

View File

@@ -10,7 +10,6 @@ namespace Wox.Plugin.SystemPlugins.Program.ProgramSources
{
[DllImport("shell32.dll")]
static extern bool SHGetSpecialFolderPath(IntPtr hwndOwner, [Out] StringBuilder lpszPath, int nFolder, bool fCreate);
const int CSIDL_COMMON_STARTMENU = 0x16; // \Windows\Start Menu\Programs
const int CSIDL_COMMON_PROGRAMS = 0x17;
private static string getPath()