zwcloud / Cli.DirCopy

a command line tool for copying directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DirCopy

DirCopy is a console app to copy directory recursively.

Copy D:\SrcDir to D:\DestDir recursively

.\DirCopy -Src "D:\SrcDir" -Dest "D:\DestDir"

Copy D:\SrcDir to D:\DestDir recursively, ignore D:\DestDir\IgnoreA\ and D:\DestDir\Dir\IgnoreB\:

.\DirCopy -Src "D:\SrcDir" -Dest "D:\DestDir" -Ignore "D:\DestDir\IgnoreA\" "D:\DestDir\Dir\IgnoreB\"

All parameters must be absolute path.

Exit code will be non-zero if any error happened.

About

a command line tool for copying directory

License:GNU Affero General Public License v3.0


Languages

Language:C# 100.0%