NAnt SDK Documentation - v0.92 |
|
CopyTask.FileDateInfo Constructor (String, DateTime)
Initializes a new instance of the CopyTask.FileDateInfo class for the specified file and last write time.
[Visual Basic]
Overloads Public Sub New( _
ByVal
path As
String, _
ByVal
lastWriteTime As
Date _
)
[C#]
public CopyTask.FileDateInfo(
string path,
DateTime lastWriteTime);
Parameters
-
path
- The absolute path of the file.
-
lastWriteTime
- The last write time of the file.
See Also
CopyTask.FileDateInfo Class | NAnt.Core.Tasks Namespace | CopyTask.FileDateInfo Constructor Overload List