Changes between Version 1 and Version 2 of PhysicalFileManagement

Show
Ignore:
Author:
Nicolas (IP: 200.127.223.79)
Timestamp:
06/18/08 12:08:36 (1 year ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PhysicalFileManagement

    v1 v2  
    1111Some cases where you might want to do this: 
    1212 
    13  * Your application uses a large number of files, and you supply these as a single zip file that is unpacked by your application (using the [FileCompression#boinc-zip boinc_zip library].  If you store them in your project directory, you'll only need to do this unpacking once. 
     13 * Your application uses a large number of files, and you supply these as a single archive that is unpacked by your application (for example, using the [FileCompression#boinc-zip boinc_zip library]).  If you store them in your project directory, you'll only need to do this unpacking once. 
    1414 * Your application generates a lot of files that are shared between workunits. 
    1515 
    1616In order to put files in the project directory, you need to know where it is. 
    1717This can be found by calling [BasicApi#Communicatingwiththecoreclient boinc_get_init_data()]; 
    18 the directory is in APP_INIT_DATA.project_dir
     18the directory is in `APP_INIT_DATA.project_dir`

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.