Show / Hide Table of Contents

Interface ITestForFileExistence

An object which tests for the existence of a file.

Namespace: ZptSharp.Mvc5
Assembly: ZptSharp.Mvc5.dll
Syntax
public interface ITestForFileExistence

Methods

| Improve this Doc View Source

DoesFileExist(String)

Gets a value indicating whether a file exists at the specified path.

Declaration
bool DoesFileExist(string path)
Parameters
Type Name Description
System.String path

The path to the file.

Returns
Type Description
System.Boolean

true if a file exists at the specified path; false otherwise.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX