IsFile Property

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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 of DOS/Windows attributes. Other operating systems are ignored. For linux and others the result may be incorrect.

See Also

ZipEntry Class | ICSharpCode.SharpZipLib.Zip Namespace