kOS.Safe.Persistence.Volume.Exists C# (CSharp) Method

Exists() public abstract method

public abstract Exists ( VolumePath path, bool ksmDefault = false ) : bool
path VolumePath
ksmDefault bool
return bool
        public abstract bool Exists(VolumePath path, bool ksmDefault = false);

Same methods

Volume::Exists ( string pathString, bool ksmDefault = false ) : bool