Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FileInfo myFiles.Zip(name: string, files: Array<string>)

...

FileInfo myFiles.Zip(name: string, files: Array<string>, directorySeparator: string)

Arguments

string name
Name of Zip archive to be created.

...

Array of file ids to include in zip archive.
string directorySeparator
directory separator in file names

Returns