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

CopyTask.FileCopyMap Property

[This is preliminary documentation and subject to change.]

The set of files to perform a file operation on.

[Visual Basic]
Protected ReadOnly Property FileCopyMap As Hashtable
[C#]
protected System.Collections.Hashtable FileCopyMap {get;}

Remarks

The key of the Hashtable is the absolute path of the destination file and the value is a CopyTask.FileDateInfo holding the path and last write time of the most recently updated source file that is selected to be copied or moved to the destination file.

On Windows, the Hashtable is case-insensitive.

See Also

CopyTask Class | NAnt.Core.Tasks Namespace