Changes between Version 17 and Version 18 of UpdateVersions
- Timestamp:
- Jun 4, 2009, 4:23:32 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpdateVersions
v17 v18 40 40 == Passing extra information about files == #extrainfo 41 41 42 If a filename of the form 43 {{{ 44 LOGICAL_NAME=PHYSICAL_NAME 45 }}} 46 is found, the file will have the given logical and physical names 47 (i.e., the application will be able to access the file 48 by passing the logical name to [BasicApi#filenames boinc_resolve_filename()]). 49 42 50 If a file of the form 43 51 {{{ … … 54 62 element describing the file (you can use this for attributes like [BoincFiles#file_ref <copy_file>]). 55 63 56 If a file of the form 57 {{{ 58 LOGICAL_NAME=PHYSICAL_NAME 59 }}} 60 is found, the file will have the given logical and physical names 61 (i.e., the application will be able to access the file 62 by passing the logical name to [BasicApi#filenames boinc_resolve_filename()]). 64 In the above 2 cases, if the file has a separate logical name, 65 then FILENAME is the full LOGICAL_NAME=PHYSICAL_NAME. 66