kOS.Safe.Persistence.Volume.Exists C# (CSharp) 메소드

Exists() 공개 추상적인 메소드

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

Same methods

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