MobileForms Toolkit Documentation

ZipArchive.GetEntryParent Method 

Return the name of parent directory of directory or file.

public string GetEntryParent(
string path
);

Parameters

path
Path to the directory or file.

Return Value

The name of parent directory in which directory or file is.

See Also

ZipArchive Class | Resco.IO.Zip Namespace