CopyTask.FileDateInfo.

CopyTask.

FileDateInfo(string, DateTime, bool) Constructor

Summary

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

Syntax

public FileDateInfo(string path, DateTime lastWriteTime, bool isDir)

Parameters

Name Type Description
path string The absolute path of the file.
lastWriteTime DateTime The last write time of the file.
isDir bool Indicates whether or not this instance represents a directory instead of a file.

Return Value

Type Description
void