Update fileDialog.hs
This commit is contained in:
parent
5c389d6723
commit
64bafb826e
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue