Achilles.Acme.Storage.IO.File.Exists C# (CSharp) Метод

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

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