Moves files on the filesystem to a new location.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Example
Move a file to another folder
Copy Code | |
---|---|
<Move SourceFiles="Test\MoveMe.txt" DestinationFolder="Test\Move" /> |
Rename a file
Copy Code | |
---|---|
<Move SourceFiles="Test\Move\MoveMe.txt" DestinationFiles="Test\Move\Renamed.txt" /> |
Inheritance Hierarchy
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
See Also
Documentation version 1.0.0.0.