Hi all, I have a problem: I need the library Directory.hs. But there is no directory.hs in {Hugs}/lib/ !! All standard libraries are there expect of this one. I downloaded Hugs from http://www.haskell.org/hugs/. Is there any alternative?? Or did I understand something wrong?? I hope you can help me! Best regards, Nicole ______________________________________________________________________________ Sie surfen im Internet statt im Meer? Selbst schuld! Auf zum Strand: http://lastminute.de/?PP=1-0-100-105-1
Hello, according to http://www.cse.ogi.edu/PacSoft/projects/Hugs/pages/hugsman/libs.html Hugs does not contain all standard libraries. Especially the Directory module is missing. Wolfgang On Tuesday, 19. June 2001 10:23, you wrote:
Hi all,
I have a problem: I need the library Directory.hs. But there is no directory.hs in {Hugs}/lib/ !! All standard libraries are there expect of this one. I downloaded Hugs from http://www.haskell.org/hugs/. Is there any alternative?? Or did I understand something wrong?? I hope you can help me!
Best regards,
Nicole
Hello, according to http://www.cse.ogi.edu/PacSoft/projects/Hugs/pages/hugsman/libs.html Hugs does not contain all standard libraries. Especially the Directory module is missing.
Wolfgang
O.k. thank you Wolfgang!! Then I will tell you my problem exactly. Perhaps anybody can help me: My haskell programm is in the root directory. I want to parse from several files in different directories. How can I do this?? Thank you Nicole
On Tue, 19 Jun 2001, Nicole Gabler wrote:
O.k. thank you Wolfgang!! Then I will tell you my problem exactly. Perhaps anybody can help me: My haskell programm is in the root directory. I want to parse from several files in different directories. How can I do this??
That depends what you want to do. If you know the names and locations of files, you can easily access them by specifying full FilePaths. And this is definitely supported by Hugs. With some gymnastic you can even get directory listings - if you are willing to use Hugs as a string server. Jan
participants (3)
-
Jan Skibinski -
Nicole Gabler -
Wolfgang Jeltsch