Re: File/Directory handling

2005-06-06 Thread Leopold Toetsch
Roger Browne wrote: There are parrot opcodes for things like opening and reading a file, and PMCs for things like random numbers, environment variables, timers etc. But (unless I've missed something) there is not yet anything that lets me (from PIR) read a directory and get a list of the files wi

File/Directory handling

2005-06-06 Thread Roger Browne
There are parrot opcodes for things like opening and reading a file, and PMCs for things like random numbers, environment variables, timers etc. But (unless I've missed something) there is not yet anything that lets me (from PIR) read a directory and get a list of the files within that directory, o