NAnt SDK Documentation - v0.92

CopyTask.FileDateInfo Constructor

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

Overload List

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

public CopyTask.FileDateInfo(FileSystemInfo);

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

public CopyTask.FileDateInfo(string,DateTime);

See Also

CopyTask.FileDateInfo Class | NAnt.Core.Tasks Namespace