Skip to content

jwmxyz/DCSLFileCopy

Repository files navigation

DCSLFileCopy

How To run

Visual studio

Update launchSettings.json and include a commandLineArgseg:

 "commandLineArgs": "-s <source> -d <destination>"

Where <source> is your source path and <destination>is your destination

Dotnet Run (With args)

Navigate to root folder and execute the following:

dotnet run -p CopyDirectory -s <source> -d <destination>

Where <source> is your source path and <destination>is your destination

Dotnet Run (Without args)

Navigate to root folder and execute

dotnet run -p CopyDirectory

You will be prompted for source/destination folders.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages