This file is indexed.

/usr/share/xtrkcad/html/fileM.html is in xtrkcad 1:4.0.2-2+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=US-ASCII">
<title>File Menu</title>
<link rel="previous" href="cmdUndo.html">
<link rel="ToC" href="contents.html">
<link rel="index" href="IndexPage.html">
<link rel="next" href="cmdExport.html">
<link rel="stylesheet" type="text/css" href="xtrkcad_lin.css"></head>
<body>
<h1><a name="fileM"></a>2.5 <a name="i0"></a>File Menu</h1>
<p>
<img src="png.d/mfile.png">
</p>
<p>
The <strong>File Menu</strong> shows file oriented commands for loading and saving layout files.
</p>
<dl><dd>
<strong>Exit</strong> - Exits <em>XTrkCad</em>. You will be asked to confirm your choice if there are unsaved changes.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Export</strong> - Exports the selected objects to a file in <em>XTrkCad</em> (*.xti) format. The exported file can then be imported into another layout design. Refer to the Import command listed above.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Export to Bitmap</strong> - Creates a bitmap file (<a href="cmdOutputbitmap.html#cmdOutputbitmap">Section 2.5.2</a>) of the layout.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Export to DXF</strong> - Exports the selected objects to a file in DXF format (<a href="glossary.html#glossary">Appendix B</a>). The exported file can then be imported into other CAD programs.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>File List</strong> - List of the five most recently used <em>XTrkCad</em> files.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Import</strong> - Displays the file selection dialog which allows selection of an existing <em>XTrkCad</em> Import (<a href="cmdExport.html#cmdExport">Section 2.5.1</a>) file. This function can be used to transfer parts like a yard design from one layout design to another.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>New</strong> - Clears the current layout. In case there are any unsaved changes on the current plan, a warning pop-up will be displayed and you'll have the option to cancel the operation.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Notes</strong> - Displays a simple notepad editor which you can use to enter information about the layout. Typically this could include prototype, period, theme, layout style, height, construction, type of track and turnouts used, control system and anything else of interest. (There is also a <strong>Note</strong> command (<a href="cmdNote.html#cmdNote">Section 2.3.3</a>) which allows attaching notes to particular parts of the layout.)
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Open</strong> - Displays the <strong>File Open</strong> dialog which allows an existing <em>XTrkCad</em> file to be selected and opened. In case there are any unsaved changes on the current plan, a warning pop-up will be displayed and you'll have the option to cancel the operation.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Parameter Files</strong> - Displays the <strong>Parameter Files</strong> dialog (<a href="cmdPrmfile.html#cmdPrmfile">Section 2.5.5</a>) to choose parameter files.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Print Setup</strong> - Shows the Printer Setup Dialog (<a href="printSetup.html#printSetup">Section 2.5.7</a>).
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Print</strong> - Invokes the Print command (<a href="cmdPrint.html#cmdPrint">Section 2.5.6</a>).
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Revert</strong> - Undoes all changes and returns to the last saved layout plan.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Save</strong> - Saves the layout under the current file name. If a filename has not yet been assigned then the <strong>File Save</strong> dialog is shown so you enter a file name.
</dd>
</dl>
<p>

</p>
<dl><dd>
<strong>Save As</strong> - This command lets you make a copy of the track plan you are currently working on. It differs from the regular Save command. Save stores your data back into the folder (directory) it originally came from. "Save As" lets you give your plan a different name and/or put it in a different folder on your hard disk or floppy disk.
</dd>
</dl>
<hr>

<ul>
<li><a href="cmdExport.html#cmdExport">2.5.1 Export</a></li>
<li><a href="cmdOutputbitmap.html#cmdOutputbitmap">2.5.2 Export to Bitmap</a></li>
<li><a href="ExportDXF.html#ExportDXF">2.5.3 Export to DXF</a></li>
<li><a href="cmdImport.html#cmdImport">2.5.4 Import</a></li>
<li><a href="cmdPrmfile.html#cmdPrmfile">2.5.5 Parameter Files</a></li>
<li><a href="cmdPrint.html#cmdPrint">2.5.6 Printing</a></li>
<li><a href="printSetup.html#printSetup">2.5.7 Printer Setup</a>
<ul>
<li><a href="Linux.html#Linux">2.5.7.1 Linux</a></li>
<li><a href="MS-Windows.html#MS-Windows">2.5.7.2 Microsoft Windows</a></li>
</ul></li>
</ul>

</body>
</html>