Achilles.Acme.Storage.IO.File.Exists C# (CSharp) Method

Exists() public static method

public static Exists ( string path ) : bool
path string
return bool
        public static bool Exists( string path )
        {
            return _provider.FileExists( path );
        }