library Directory.hs

Jan Skibinski jans@numeric-quest.com
Tue, 19 Jun 2001 09:35:32 -0400 (EDT)


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