Hi Koie, << it makes all the files in a dir lowercase and then writes all their names to a txt file. Next i've got to somehow read that textfile for file names >>
If you want to read a file that consists of separate lines, look at using open with the /lines refinement. Also, consider using a native REBOL format. You can read and write values other than text very easily in REBOL. Look at the save command and some of the library examples. --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
