Archiver.st
changeset 2907 180ea50c301b
parent 2743 1c66068c14a1
child 3007 778a3c6b9877
equal deleted inserted replaced
2906:6838bf53c834 2907:180ea50c301b
  1386     ].
  1386     ].
  1387 
  1387 
  1388     template notNil ifTrue:[
  1388     template notNil ifTrue:[
  1389         ^ String streamContents:[:s |
  1389         ^ String streamContents:[:s |
  1390             s nextPutAll:(template 
  1390             s nextPutAll:(template 
  1391                         bindWith:self class unzipCommand
  1391                         bindWith:cmd
  1392                         with:self fileName asString string).
  1392                         with:self fileName asString string).
  1393 
  1393 
  1394             aColOfFiles notNil ifTrue:[       
  1394             aColOfFiles notNil ifTrue:[       
  1395                 self breakPoint:#ca.
  1395                 self breakPoint:#ca.
  1396                 self 
  1396                 self 
  1421 ! !
  1421 ! !
  1422 
  1422 
  1423 !Archiver class methodsFor:'documentation'!
  1423 !Archiver class methodsFor:'documentation'!
  1424 
  1424 
  1425 version
  1425 version
  1426     ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.41 2012-05-07 14:00:07 stefan Exp $'
  1426     ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.42 2013-02-22 16:36:01 cg Exp $'
  1427 !
  1427 !
  1428 
  1428 
  1429 version_CVS
  1429 version_CVS
  1430     ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.41 2012-05-07 14:00:07 stefan Exp $'
  1430     ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.42 2013-02-22 16:36:01 cg Exp $'
  1431 ! !
  1431 ! !
       
  1432 
  1432 
  1433 
  1433 Archiver initialize!
  1434 Archiver initialize!