Changes between Version 1 and Version 2 of XmlFormat
- Timestamp:
- May 21, 2007, 3:07:49 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
XmlFormat
v1 v2 92 92 fopen(physical_name, "r") 93 93 }}} 94 In this example, open_nameis 'input'. It is mapped, at runtime, to a path that includes the filename ('foobar' in the example above).94 In this example, `open_name` is 'input'. It is mapped, at runtime, to a path that includes the filename ('foobar' in the example above). 95 95 main_program:: 96 96 Relevant only for files associated with application versions. It indicates that this file is the application's main program. 97 97 copy_file:: 98 Use this if your application doesn't use boinc_resolve_filename()to make logical to physical filenames (for example, executables without source code). If present on an input file, BOINC will copy the file to the slot directory before starting the application. If present on an output file, BOINC will move the file from the slot directory to the project directory after the application has finished.98 Use this if your application doesn't use `boinc_resolve_filename()` to make logical to physical filenames (for example, executables without source code). If present on an input file, BOINC will copy the file to the slot directory before starting the application. If present on an output file, BOINC will move the file from the slot directory to the project directory after the application has finished. 99 99 optional:: 100 100 Use this for output files that may not be created by the application. Otherwise, missing output files are treated as an error. … … 102 102 103 103 == App versions == 104 Each entry in the app versiontable includes an XML document describing the files that make up the application version:104 Each entry in the `app_version` table includes an XML document describing the files that make up the application version: 105 105 {{{ 106 106 <file_info>