| 70 | | f = fopen(resolved_name.c_str(), "r"); |
| 71 | | }}} |
| 72 | | |
| 73 | | `boinc_resolve_filename()` doesn't need to be used for temporary files; |
| 74 | | only for the input or output files specified in the job templates, |
| 75 | | or files part of the application version. |
| | 70 | f = boinc_fopen(resolved_name.c_str(), "r"); |
| | 71 | }}} |
| | 72 | |
| | 73 | Don't use `boinc_resolve_filename()` for files with the '''copy_file''' attribute, |
| | 74 | or for temporary files. |
| | 75 | It must be used for all other input or output files specified in the job templates, |
| | 76 | or files that are part of the application version. |