NAnt SDK Documentation - v0.92 |
|
CopyTask.FileOperation Constructor
Initializes a new instance of the CopyTask.FileOperation class with the source and target locations specified.
Parameters
-
source
- A FileSystemInfo object representing the file/location where the file operation will start.
-
target
- A FileSystemInfo object representing the file/location where the file operation will end.
See Also
CopyTask.FileOperation Class | NAnt.Core.Tasks Namespace