MobileForms Toolkit Documentation

ZipArchive.Exist Method 

Determines whether the given path refers to an existing directory or file in archive.

public bool Exist(
string path
);

Parameters

path
The path to test.

Return Value

true if path refers to an existing directory; otherwise, false.

See Also

ZipArchive Class | Resco.IO.Zip Namespace