BlogEngine.Core.Providers.BlogFileSystemProvider.FileExists C# (CSharp) 메소드

FileExists() 공개 추상적인 메소드

boolean wether a file exists by its virtual path
public abstract FileExists ( string VirtualPath ) : bool
VirtualPath string the virtual path
리턴 bool
        public abstract bool FileExists(string VirtualPath);