Tar

Jan Decroos jan.decroos at groepvanroey.be
Tue Dec 23 04:52:47 EST 2003


use-revolution at lists.runrev.com writes:
>I may have a need for creating Tar files in Transcript -- have any of you
>already published code that does that?
>
We're using the UNIX  tar command called by Shell on Mac OS X :

Shell("tar -cf theArchivePath.tar -C theSourcepath lFile1 lFile2 ...")

lFile1, lFile2, 
 : short file names in the theSourcepath directory

But for other platforms ... ?

Regards,
Jan



More information about the use-livecode mailing list