kOS.Safe.Persistence.Volume.Exists C# (CSharp) Méthode

Exists() public abstract méthode

public abstract Exists ( VolumePath path, bool ksmDefault = false ) : bool
path VolumePath
ksmDefault bool
Résultat bool
        public abstract bool Exists(VolumePath path, bool ksmDefault = false);

Same methods

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