Ensure.

FileExists(string, string) Method

Summary

Checks if a file exists.
Namespace
GitReleaseManager.Core
Containing Type
Ensure

Syntax

public static void FileExists(string path, string message)

Parameters

Name Type Description
path string The path to test.
message string A message that describes the error.

Return Value

Type Description
void
GitHub