Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: dir to a text file

From: greggirwin:mindspring at: 14-Oct-2001 10:28

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