Changes between Version 1 and Version 2 of PhysicalFileManagement


Ignore:
Timestamp:
Jun 18, 2008, 12:08:36 PM (16 years ago)
Author:
Nicolas
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`.