EditFile command

From m204wiki
Jump to navigation Jump to search
Action:

Edit the file specified. If the target file's specification is relative, it will be relative to the Debugger Client install directory.  Absolute paths are used as is.  The editor used will either be the Windows Notepad or the notepad replacement if one was specified in the config file.

Syntax:

editFile editTarget

editTarget may be one of:

  • &macro variable the value of the variable is used as the file to edit
  • &&function the result of the function is used as the file to edit
  • an unquoted or quoted string literal identifying the file to edit
Client menu:
Introduced: Build 69