FileStatus.

FileStatus(FileState, string) Constructor

Summary

Initializes a new instance of the FileStatus class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
FileStatus

Syntax

public FileStatus(FileState state, string path)

Parameters

Name Type Description
state FileState The state of the file.
path string The path to the file, relative to the root of the working folder.

Return Value

Type Description
void