REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 2-Apr-2009 Edit History  

REBOL 3 Guide: Files: Using files

Files provide the fundamental method of performing input and output.

Summary

The main concepts of files are:

File names and paths

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.

In this section:


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin