REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 2-Apr-2009 Edit History |
Files provide the fundamental method of performing input and output.
The main concepts of files are:
File names are writen in REBOL with the % character:
%file.txt %dir/code.r %dir/dir2/image.jpg
Do not use "quotes" for file names. Those represent strings in REBOL.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |