EditFile command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{| |width="50%"| <span class="f_Label">'''Action:'''</span> |width="50%"| <span class="f_Para">Edit the file specified. If the target file's specification is relative, it will...")
 
No edit summary
 
Line 6: Line 6:
<span class="f_Para">Syntax: </span>
<span class="f_Para">Syntax: </span>
<p class="syntax"><span style="font-size: 16px; font-family: 'Courier New',Courier,monospace;">editFile </span><span style="font-size: 16px; font-family: 'Courier New',Courier,monospace; font-style: italic;">editTarget</span><span style="font-size: 16px; font-family: 'Courier New',Courier,monospace;"> </span></p>
<p class="syntax"><span style="font-size: 16px; font-family: 'Courier New',Courier,monospace;">editFile </span><span style="font-size: 16px; font-family: 'Courier New',Courier,monospace; font-style: italic;">editTarget</span><span style="font-size: 16px; font-family: 'Courier New',Courier,monospace;"> </span></p>
<span class="f_CodeExample"> </span>


<span class="f_Para" style="font-style: italic;">editTarget</span><span class="f_Para"> may be one of: </span>
<span class="f_Para" style="font-style: italic;">editTarget</span><span class="f_Para"> may be one of: </span>

Latest revision as of 21:54, 25 May 2023

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