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

Ignore:
Timestamp:
12/09/07 15:17:56 (4 years ago)
Author:
alex
Message:

fixed bug with path name conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/castlib1/svn_Utilities.ls

    r90 r91  
    138138           
    139139          if count(theResult) > 0 then 
    140             put "No differences found for member: " & memref.name && "(" & memref & ")" 
    141              
     140            if theResult[1] contains "no such file or directory" then 
     141              put theResult[1] 
     142            else 
     143              put "No differences found for member: " & memref.name && "(" & memref & ")" 
     144            end if 
    142145          else 
    143146             
Note: See TracChangeset for help on using the changeset viewer.