Hans Aberg wrote:

> At 13:15 +0800 1999/06/26, Nguyen Phan Dung wrote:
> >Do anyone know another way to make system call from Haskell (such as finding
> >files in a directory, change file attribute...)  besides calling to another
> >language to do the job?

Both of these things are supported by the Directory module (check out the
library report).


> Hugs has a System module, which calls the C system() function.

Not just Hugs, it's part of the Haskell standard.

    -- Lennart




Reply via email to