NAnt SDK Documentation - v0.92

CopyTask.OperationMap Property

Gets the operation map containing all the files/directories to perform file operations on.

[Visual Basic]
Protected ReadOnly Property OperationMap As FileOperationMap
[C#]
protected CopyTask.FileOperationMap OperationMap {get;}

Remarks

The type of class for this object inherits from KeyedCollection and is structured so that the key of this collection contains the full path of the target file/location while the value contains the CopyTask.FileOperation object with the operation details.

On Windows, the CopyTask.FileOperationMap is case-insensitive.

See Also

CopyTask Class | NAnt.Core.Tasks Namespace