Jade allows you to manipulate files in the operating system's filing system; a special type of Lisp object, a file object, is used to represent files which have been opened for reading or writing (through the streams mechanism, see section Streams).
Names of files are represented by strings, the syntax of file names is defined by the underlying operating system: Jade simply treats it as a string.
Go to the first, previous, next, last section, table of contents.