Update fileDialog.hs

This commit is contained in:
千住柱間 2025-06-30 04:43:14 +00:00
commit 64bafb826e

View file

@ -34,10 +34,7 @@ main = do
for_ mbFolderPath \ folderPath -> do
exists <- doesDirectoryExist folderPath
when exists do
filePaths0 <- listDirectory folderPath
for_ filePaths0 $ \filePath ->
-- Oh God we finally have the value!
putStrLn (folderPath </> filePath)
putStrLn folderPath
applicationRun app Nothing