diff --git a/namDHC.ahk b/namDHC.ahk index 98cf363..f786bca 100644 --- a/namDHC.ahk +++ b/namDHC.ahk @@ -683,6 +683,10 @@ addFolderFiles() newFiles.push(a_LoopFileLongPath) } } + + case "listViewInputFiles": + loop, parse, A_GuiEvent, % "`n" + newFiles.push(a_Loopfield) } if ( newFiles.length() ) { @@ -1979,6 +1983,14 @@ removeFromArray(removeItem, byRef thisArray) return thisArray } + +; Handle input file drag and drop +;-------------------------------- +GuiDropFiles: + addFolderFiles() + return + + ; Get Windows current default font ; by SKAN ; ------------------------ @@ -2478,4 +2490,4 @@ GuiClose() quitApp() { -} \ No newline at end of file +}