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 SourceDoesFileExist(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 |
|