Alquimiaware.NuGetUnity.FileSystemFolderCommands.Exists C# (CSharp) Метод

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

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