checkin from browser
authorpenk
Thu, 10 Oct 2002 09:40:55 +0200
changeset 1098 4b5a0721ec55
parent 1097 37bd59d54ee2
child 1099 81e2d4217524
checkin from browser
Archiver.st
--- a/Archiver.st	Thu Oct 10 09:33:55 2002 +0200
+++ b/Archiver.st	Thu Oct 10 09:40:55 2002 +0200
@@ -89,6 +89,11 @@
     ^ false
 !
 
+canExtractFiles
+
+    ^ false
+!
+
 canRemoveFiles
 
     ^ false
@@ -744,6 +749,7 @@
 
     self setCommandOptions.
     tarArchiver addFilesToArchiv:colOfFiles.
+    "/ synchronize the tar archive under temporary file with archiv file position
     self synchronize.
 !
 
@@ -1137,5 +1143,5 @@
 !Archiver class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.5 2002-09-10 14:07:48 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Archiver.st,v 1.6 2002-10-10 07:40:55 penk Exp $'
 ! !