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

Exists() public method

public Exists ( string pathString, bool ksmDefault = false ) : bool
pathString string
ksmDefault bool
return bool
        public bool Exists(string pathString, bool ksmDefault = false)
        {
            return Exists(VolumePath.FromString(pathString), ksmDefault);
        }

Same methods

Volume::Exists ( VolumePath path, bool ksmDefault = false ) : bool