NAnt SDK Documentation - v0.92

CopyTask.FileOperation Properties

The properties of the CopyTask.FileOperation class are listed below. For a complete list of CopyTask.FileOperation class members, see the CopyTask.FileOperation Members topic.

Public Instance Properties

Comparer Gets or sets the string comparer to use when comparing the source path to the target path.
OperationType Gets the type of the file operation an instance of CopyTask.FileOperation represents.
Outdated Gets a value indicating whether TargetInfo is outdated.
Source Gets the full path of SourceInfo.
SourceInfo Gets the details of the source path.
SourceType Gets the type of SourceInfo.
Target Gets the full path of TargetInfo.
TargetInfo Gets the details of the target path.
TargetType Gets the type of TargetInfo.

See Also

CopyTask.FileOperation Class | NAnt.Core.Tasks Namespace