The methods of the CopyTask.FileOperation class are listed below. For a complete list of CopyTask.FileOperation class members, see the CopyTask.FileOperation Members topic.
![]() TargetDirectoryDoesNotExist | Checks to see if the target directory does not exist or that it does match the source directory name but not string casing. |
![]() TargetIsOutdated | Checks to see if a given FileSystemInfo target is considered outdated. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type. |
GetType (inherited from Object) | Gets the Type of the current instance. |
NormalizeTargetAttributes | Normalizes the attributes of TargetInfo. |
SourceEqualsTarget | Checks to see whether or not the full path of SourceInfo matches the full path of TargetInfo. |
SourceIsIdenticalToTarget | Checks to see whether or not the full path of SourceInfo is identical to the full path of TargetInfo. |
ToString | Returns a String that represents the current CopyTask.FileOperation. |
UpdateSource | Updates the source of a given instance based on the LastWriteTime. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
CopyTask.FileOperation Class | NAnt.Core.Tasks Namespace