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

Changeset 51 for trunk/lingosource


Ignore:
Timestamp:
10/31/07 14:22:51 (5 years ago)
Author:
alex
Message:

another bugfix in svn delete

File:
1 edited

Legend:

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

    r49 r51  
    46874687  end if 
    46884688   
     4689  if ilk(infolist) <> #proplist then 
     4690     
     4691    alert "The specified folder doesn't seem to contain info for this castlib: file memberInfo.xml missing." 
     4692    return 0 
     4693     
     4694  end if 
     4695   
     4696      if count(infolist) < 1 then 
     4697       
     4698      alert "The specified folder doesn't seem to contain info for this castlib: file memberInfo.xml missing." 
     4699      return 0 
     4700       
     4701    end if 
     4702   
    46894703  doCommit = 0 
    46904704  saveRequired = 0 
Note: See TracChangeset for help on using the changeset viewer.