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 );
        }