Tar

CompressionFileType.Tar field

Files with .tar extension are archives created with Unix-based utility for collecting one or more files. Multiple files are stored in an uncompressed format with the support of adding files as well as folders to the archive. Learn more about this file format here.

public static readonly CompressionFileType Tar;

See Also