NAnt SDK Documentation - v0.85-nightly-2005-11-09

GetTask.TouchFile Method 

[This is preliminary documentation and subject to change.]

Sets the timestamp of a given file to a specified time.

[Visual Basic]
Protected Sub TouchFile( _
   ByVal file As FileInfo, _
   ByVal touchDateTime As Date _
)
[C#]
protected void TouchFile(
   FileInfo file,
   DateTime touchDateTime
);

Parameters

file
Missing <param> documentation for file
touchDateTime
Missing <param> documentation for touchDateTime

Remarks

Missing <remarks> documentation for M:NAnt.Core.Tasks.GetTask.TouchFile(System.IO.FileInfo,System.DateTime)

See Also

GetTask Class | NAnt.Core.Tasks Namespace