> I want use buddyZip Xtra too, but i don't find any > guide for writing lingo. >
This is what I get from interface(). What more do you need? -- " " -- "xtra BudZip new object me * bzZip string File, string ZipFile, string Mode, integer Level, integer Recurse, integer Debug -- File is the name of the file to zip. Can include wildcards. -- ZipFile is the name of the zip file to create. -- Mode can be 'Add' - adds all files -- 'Update' - updates newer files, and adds files that don't exist -- 'Freshen' - only updates existing files that are newer. -- Level is level of compression from 0 - 9. Large numbers give more compression. -- If Recurse is true, then sub-directories will also be zipped. -- If Debug is true, a series of debug messages will appear. -- Returns the number of files zipped, or -1 for error. -- Version 0.5 -- Copyright: Gary Smith, 21st September, 1997. -- Email: [EMAIL PROTECTED] -- Web site: http://www.mods.com.au -- This Xtra use zip code from the Info-Zip project. http://www.cdrom.com/infozip " Best regards, Florian [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
