Changeset 834 for trunk/README


Ignore:
Timestamp:
Sep 12, 2007, 9:20:07 PM (18 years ago)
Author:
Gregg Young
Message:

Improved file filtering logic to match last extention for file associations (types) (reverse character by character matching) and optionally search for complete strings within a file name (strstr matching).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README

    r811 r834  
    66 ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
    77
    8 FM/2 3.07 has had changes made to its ini file structure.
     8FM/2 3.08 has had changes to its file filtering logic.
     9It now searches for the last extension if a mask like *.zip
     10is used. This change was made to over come the problem with
     11associations failing on files with multiple ".". You can
     12also seach for a complete string within the file names by
     13using the pattern *stuff* (stuff can't contain an * or ?).
     14If "stuff" contains an * or ? the old method of searching
     15(character by character)is used.
     16
     17FM/2 3.07 had changes made to its ini file structure.
    918These changes mean that the ini file is not backward
    1019compatible. Please backup you FM3.INI file before installing
Note: See TracChangeset for help on using the changeset viewer.