182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
|
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
|
-
+
|
<big><span style="font-family: monospace;"> Required argument "fileNames"</span></big><br>
<big><span style="font-family: monospace;"> Required argument "options"</span></big><br>
<blockquote style="font-family: monospace;"><br>
This procedure attempts to download a list of files, optionally<br>
persistening them for subsequent uses by the target language.<br>
persisting them for subsequent uses by the target language.<br>
The language argument must be one of the literal strings "eagle",<br>
"tcl", or "client". The version argument must be one of the<br>
literal strings "8.4", "8.5", or "8.6" when the language is "tcl"<br>
-OR- the literal string "1.0" when the language is either "eagle"<br>
or "client". The platform argument must be an empty string -OR-<br>
one of the literal strings "msil" or "neutral", or one of the values<br>
returned by the [getPlatform] procedure.. An empty string means<br>
|