NAnt SDK Documentation - v0.92

CopyTask.FileDateInfo Constructor (FileSystemInfo)

Initializes a new instance of the CopyTask.FileDateInfo class for the specified file.

[Visual Basic]
Overloads Public Sub New( _
   ByVal file As FileSystemInfo _
)
[C#]
public CopyTask.FileDateInfo(
   FileSystemInfo file
);

Parameters

file
A FileSystemInfo object containing the full path and last write time of the file the object represents.

See Also

CopyTask.FileDateInfo Class | NAnt.Core.Tasks Namespace | CopyTask.FileDateInfo Constructor Overload List