189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
|
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>
that the associated package does not require a specific platform.<br>
The fileNames argument must be a well-formed list of file names to<br>
download, each one relative to the language and version-specific<br>
directory on the package file server. The options argument must<br>
be a dictionary of name/value pairs. The -persistent option should<br>
be non-zero if the downloaded files should be saved to permanent<br>
storage for subsequent use. The -usePgp option should be non-zero<br>
|
|
|
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
|
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>
that the associated package does not require a specific platform.<br>
The fileNames argument must be a well-formed list of file names to<br>
download, each one relative to the language and version-specific<br>
directory on the package file server. The options argument must<br>
be a dictionary of name/value pairs. The -persistent option should<br>
be non-zero if the downloaded files should be saved to permanent<br>
storage for subsequent use. The -usePgp option should be non-zero<br>
|