C# Class NAnt.Core.Tasks.CopyTask.FileDateInfo

Holds the absolute paths and last write time of a given file.
Datei anzeigen Open project: skolima/NAnt

Public Methods

Method Description
FileDateInfo ( string path, System.DateTime lastWriteTime ) : System

Initializes a new instance of the FileDateInfo class for the specified file and last write time.

Method Details

FileDateInfo() public method

Initializes a new instance of the FileDateInfo class for the specified file and last write time.
public FileDateInfo ( string path, System.DateTime lastWriteTime ) : System
path string The absolute path of the file.
lastWriteTime System.DateTime The last write time of the file.
return System