HeinrichApfelmus / threepenny-gui

GUI framework that uses the web browser as a display.
https://heinrichapfelmus.github.io/threepenny-gui/
Other
437 stars 77 forks source link

How to get a list of files from directory with threepenny-gui? #247

Closed GilmarCorreia closed 3 years ago

GilmarCorreia commented 3 years ago

Hello threepenny-gui team.

I'm trying to make a Software with threepenny-gui and I'm facing some challenges, especially to get the files inside a directory in my computer with UI, like getDirectoryContents from System.Directory.

If someone has a suggestion I would be thankful for your collaboration.

Greeting,

bradrn commented 3 years ago

Exactly which problems are you encountering? From what I can tell, this sounds like an issue with something in your program rather than with threepenny-gui itself.

GilmarCorreia commented 3 years ago

I have solved the problem, it was just managing the Monads.