IsFile Property

SharpZip Compression Library

SharpZip Compression Library

ZipEntry.IsFile Property

Get a value of true if the entry appears to be a file; false otherwise

public bool IsFile {get;}

Remarks

This only takes account Windows attributes. Other operating systems are ignored. For linux and others the result may be incorrect.

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace