Changes between Version 1 and Version 2 of PhysicalFileManagement
- Timestamp:
- Jun 18, 2008, 12:08:36 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhysicalFileManagement
v1 v2 11 11 Some cases where you might want to do this: 12 12 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. 14 14 * Your application generates a lot of files that are shared between workunits. 15 15 16 16 In order to put files in the project directory, you need to know where it is. 17 17 This can be found by calling [BasicApi#Communicatingwiththecoreclient boinc_get_init_data()]; 18 the directory is in APP_INIT_DATA.project_dir.18 the directory is in `APP_INIT_DATA.project_dir`.