Lugaru's Epsilon
Programmer's
Editor

Context:
Epsilon User's Manual and Reference
   . . .
   Command Reference
      abort
      about-epsilon
      alt-prefix
      . . .
      zoom-window
   Variable Reference
      . . .
      auto-read-changed-file
      auto-save-count
      auto-save-name
      auto-show-adjacent-delimiter
      auto-show-c-delimiters
      . . .
   Changing Epsilon
   . . .

Previous   Up    Next
auto-save-count  Variable Reference   auto-show-adjacent-delimiter


Epsilon User's Manual and Reference > Variable Reference >

auto-save-name: preference variable

Default value: "%p%b.asv"

When want-auto-save is nonzero, Epsilon regularly saves a copy of each unsaved file. This variable contains a template which determines how Epsilon chooses the file name for the autosaved file. Epsilon substitutes pieces of the original file name for codes in the template, as follows (examples are for the file c:\dos\read.me):

%p
The original file's path (c:\dos\).

%b
The base part of the original file name (read).

%e
The extension of the original file name (.me).

%f
The full name of the original file (c:\dos\read.me).

%r
The name of the file relative to the current directory. (read.me if the current directory is c:\dos, dos\read.me if the current directory is c:\, otherwise c:\dos\read.me).

%x
The full pathname of the directory containing the Epsilon executable.

%X
The full pathname of the directory containing the Epsilon executable, after converting all Windows long file names to their equivalent short name aliases.

By default, Epsilon writes to a file with the same name and directory but extension ".asv".

More info:

Backup Files



Previous   Up    Next
auto-save-count  Variable Reference   auto-show-adjacent-delimiter


Lugaru Copyright (C) 1984, 2020 by Lugaru Software Ltd. All rights reserved.