Next: , Previous: , Up: Files   [Contents][Index]


35.8 File Names

Files are generally referred to by their names, in SXEmacs as elsewhere. File names in SXEmacs are represented as strings. The functions that operate on a file all expect a file name argument.

In addition to operating on files themselves, SXEmacs Lisp programs often need to operate on the names; i.e., to take them apart and to use part of a name to construct related file names. This section describes how to manipulate file names.

The functions in this section do not actually access files, so they can operate on file names that do not refer to an existing file or directory.