Summary
The set of files to perform a file operation on.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- CopyTask
Syntax
protected Hashtable FileCopyMap { get; }
Remarks
The key of the System.Collections.Hashtable
is the absolute path of
the destination file and the value is a NAnt.Core.Tasks.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 System.Collections.Hashtable
is case-insensitive.
Value
Type | Description |
---|---|
Hashtable |