Previous
|
Up
|
Next
|
file-variables-search-limit |
Variable Reference |
fill-c-comment-plain |
Epsilon User's Manual and Reference >
Variable Reference >
filename: buffer-specific variable
Default value: none
This variable holds the file name associated with the current buffer.
EEL code must use assignment, not strcpy( ) or similar, to set
it: filename = "name" . It's not necessary to preserve the source
character array; Epsilon will copy the value. Always set filename
to an absolute pathname.
More info:
More File Primitives (Primitives)
Previous
|
Up
|
Next
|
file-variables-search-limit |
Variable Reference |
fill-c-comment-plain |
Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.
|