NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CopyTask.FileDateInfo Constructor
[This is preliminary documentation and subject to change.]
Initializes a new instance of the CopyTask.FileDateInfo class for the specified file and last write time.
[Visual Basic]
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.
Remarks
Missing <remarks> documentation for M:NAnt.Core.Tasks.CopyTask.FileDateInfo.#ctor(System.String,System.DateTime)
See Also
CopyTask.FileDateInfo Class | NAnt.Core.Tasks Namespace