Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      align-by-tab
      . . .
      zoom-window
   Variable Reference
      . . .
      file-read-kibitz
      file-variables-search-limit
      filename
      fill-c-comment-plain
      fill-mode
      . . .
   Changing Epsilon
   . . .

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


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.