Ignore:
Timestamp:
Feb 4, 2007, 4:14:36 AM (19 years ago)
Author:
root
Message:

Support additional file systems types (Gregg)
Reorganize menus (Gregg)
Enhance unzip option controls (Gregg)
Remember search options in Seek and Scan (Gregg)
Allow drive flag editing for not ready drives (Gregg)
Correct bitmap loading defects (Steven)
Update documentation (Gregg)
Add newer, better bitmaps (David)
Update Readme to discuss move to Netlabs (Steve)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/ipf/archive.ipf

    r416 r549  
     1***********************************************************************
     2*
     3* $Id$
     4*
     5*  Archiver Usage
     6*
     7* Copyright (c) 1993-98 M. Kimes
     8* Copyright (c) 2006 Steven H.Levine
     9*
     10* 05 Jan 07 GKY Update extract dialog help
     11*
     12***********************************************************************
     13*
     14
    115:h2 res=91000 name=PANEL_EXTRACT.Extract from archives
    216:i1 id=aboutExtract.Extract from archives
     
    721:p.
    822FM/2 presents you with a dialog that allows you to select the method of
    9 extraction, add masks for files to extract, tweak the command line for
    10 exotic settings, and select the extraction directory (the directory to
    11 which the files will be extracted. You can drag file system objects
    12 onto the Extract Directory entryfield to set the extraction directory,
    13 or you can type in one you like, or click the Walk button.
     23extraction. :hp1.Normal:ehp1., the default, will extract all the files in the archive
     24to the extract directory without any paths which may be present in the archive.
     25This can create a problem if the archive contains files of the same name in
     26different paths (i.e. the last of theses files extracted will over write the
     27ones extracted earlier). :hp1.With Paths:ehp1. will extract the archive including the
     28any directories in the archive structure. This can be made the default by checking the
     29:hp1.Always Paths:ehp1. box. Refgardless of which method is the default you may
     30select the other option on a one time basis without change the default for future archives.
     31If you only wish to extract certain files you can select masks (i.e *.txt) for the files
     32you wish to extract. The command line box allows you to change or add extraction options.
     33See the help files for your archiver (e.g. zip.exe) for more information.
     34You can select the extraction directory (the directory to which the files will be extracted.
     35The default is the current directory or you can set a specific directory as the  on
     36the Archiver page of the Setting Notebook. You can use the :hp1.Walk:ehp1. button
     37find the directory you wish to extract to or you can type a path directly into the listbox.
     38If the path you type in doesn't exist FM/2 will offer to create it for you.
     39You can also drag file system objects onto the Extract Directory entryfield
     40to set the extraction directory.
    1441:p.
    1542If you check the :hp1.Remember...:ehp1. checkbox, this dialog will
Note: See TracChangeset for help on using the changeset viewer.