Next: file-relative-name, Previous: directory-name-p, Up: Directory and File Variables and Functions [Index]
This function tests whether a file name is absolute. Given a possibly relative
file name, you can expand any leading ‘~’ and convert the result to an absolute
name using expand-file-name
.
the file name to test
returns t if FILENAME is an absolute file name or begins with ‘~’; returns nil if not.