BatchGuy.App.Eac3To.Services.DirectorySystemService.Exists C# (CSharp) Метод

Exists() публичный Метод

public Exists ( string path ) : bool
path string
Результат bool
        public bool Exists(string path)
        {
            return Directory.Exists(path);
        }
DirectorySystemService