IFileSystem.

Move(string, string) Method

Namespace
GitVersion
Containing Type
IFileSystem

Syntax

void Move(string from, string to)

Parameters

Name Type Description
from string
to string

Return Value

Type Description
void
GitHub