Changeset 1306 for trunk/dll/init.c


Ignore:
Timestamp:
Nov 30, 2008, 8:23:56 PM (17 years ago)
Author:
Gregg Young
Message:

Added option to use subdirectory based on the archive name for extraction from the arc container; it is set in the notebook and separate from the extract dialog setting; includes help file update, comments and cleanup (Ticket 22)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/init.c

    r1303 r1306  
    5858                minimum size in future
    5959  29 Nov 08 GKY Remove or replace with a mutex semaphore DosEnterCriSec where appropriate.
     60  30 Nov 08 GKY Add the option of creating a subdirectory from the arcname
     61                for the extract path to arc container.
    6062
    6163***********************************************************************/
     
    14901492  size = sizeof(extractpath);
    14911493  PrfQueryProfileData(fmprof, appname, "ExtractPath", extractpath, &size);
     1494  size = sizeof(BOOL);
     1495  PrfQueryProfileData(fmprof, FM3Str, "FileNamePathCnr", &fFileNameCnrPath, &size);
    14921496  size = sizeof(printer);
    14931497  PrfQueryProfileData(fmprof, appname, "Printer", printer, &size);
Note: See TracChangeset for help on using the changeset viewer.