[Overview][Constants][Types][Classes][Index] Reference for unit 'Zipper' (#fcl)

TZipper.Zip

Declaration

Source position: zipper.pp line 472

public class procedure TZipper.Zip(

  const AZipFileName: RawByteString;

  const aFileToBeZipped: RawByteString

);

class procedure TZipper.Zip(

  const AZipFileName: RawByteString;

  aFileList: array of RawByteString

);

class procedure TZipper.Zip(

  const AZipFileName: RawByteString;

  aFileList: TStrings

);