Next: find-file-literally, Up: Visiting or Finding Files [Index]
This command selects a buffer visiting the file FILENAME, using an existing buffer if there is one, and otherwise creating a new buffer and reading the file into it. It also returns that buffer. This function is equivalent to:
(switch-to-buffer (find-file-noselect filename nil nil wildcards))
See switch-to-buffer
.
if non-nil, expand wildcard characters in FILENAME and visit all of the matching files. It is always true interactively.