[REBOL] Re: opening a file...
From: ingo:2b1 at: 7-Oct-2001 12:01
Once upon a time [Sanghabum--aol--com] spoketh thus:> [mgkiourt--otenet--gr] writes: > > > A file on the C directory can easily be opened with rebol e.g. > > print read %frunlog.txt > > How will I open a file located in a different directory, for example in my > > briefcase? > > print read %/c/my briefcase/frunlog.txt... or ... print read %"/c/my briefcase/frunlog.txt" ... use the quotes. kind regards, Ingo