CopyTask.FileDateInfo.

CopyTask.

FileDateInfo(string, DateTime) Constructor

Summary

Initializes a new instance of the NAnt.Core.Tasks.CopyTask.FileDateInfo class for the specified file and last write time.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Tasks
Containing Type
CopyTask.FileDateInfo

Syntax

public FileDateInfo(string path, DateTime lastWriteTime)

Parameters

Name Type Description
path string The absolute path of the file.
lastWriteTime DateTime The last write time of the file.

Return Value

Type Description
void