Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Changeset 127 for trunk/lingosource


Ignore:
Timestamp:
02/05/08 10:55:37 (4 years ago)
Author:
alex
Message:

fixed missing filtermask for bafilelist on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/svn_Utilities.ls

    r93 r127  
    25682568  end repeat 
    25692569   
    2570    
    2571    
    2572   flist = baFileList(fromFolder, "") 
     2570  flist = baFileList(fromFolder, "*.*") 
    25732571  flistCnt = count(flist) 
    25742572  repeat with n = 1 to flistCnt 
Note: See TracChangeset for help on using the changeset viewer.