C# Class ZeroInstall.Store.Implementations.StoreUtils

Helper methods for IStores and paths.
Exibir arquivo Open project: 0install/0install-win

Public Methods

Method Description
PathInAStore ( [ path ) : bool

Determines whether a path looks like it is inside a store known by ManifestFormat.

Private Methods

Method Description
GetPathSafe ( [ store, ManifestDigest manifestDigest ) : string
ListAllSafe ( [ store ) : IEnumerable
ListAllTempSafe ( [ store ) : IEnumerable

Method Details

PathInAStore() public static method

Determines whether a path looks like it is inside a store known by ManifestFormat.
public static PathInAStore ( [ path ) : bool
path [
return bool