Changes between Version 17 and Version 18 of UpdateVersions


Ignore:
Timestamp:
Jun 4, 2009, 4:23:32 PM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UpdateVersions

    v17 v18  
    4040== Passing extra information about files == #extrainfo
    4141
     42If a filename of the form
     43{{{
     44LOGICAL_NAME=PHYSICAL_NAME
     45}}}
     46is found, the file will have the given logical and physical names
     47(i.e., the application will be able to access the file
     48by passing the logical name to [BasicApi#filenames boinc_resolve_filename()]).
     49
    4250If a file of the form
    4351{{{
     
    5462element describing the file (you can use this for attributes like [BoincFiles#file_ref <copy_file>]).
    5563
    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()]).
     64In the above 2 cases, if the file has a separate logical name,
     65then FILENAME is the full LOGICAL_NAME=PHYSICAL_NAME.
     66