BuildMaster SDK Reference
Version:
IsDirectory(System.IO.Compression.ZipArchiveEntry entry) Method
Returns a value indicating whether the entry represents a directory.
Syntax
public
static
bool IsDirectory(System.IO.Compression.ZipArchiveEntry entry)
Parameters
- entry
- Type: System.IO.Compression.ZipArchiveEntry
The entry.
Returns
True if the entry is a directory; false if it is a file.