https://github.com/phistrom/xcopyce
Recursive file copy for .NET Compact Framework 2.0
https://github.com/phistrom/xcopyce
Last synced: 2 months ago
JSON representation
Recursive file copy for .NET Compact Framework 2.0
- Host: GitHub
- URL: https://github.com/phistrom/xcopyce
- Owner: phistrom
- License: mit
- Created: 2020-09-02T04:50:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T04:57:24.000Z (over 5 years ago)
- Last Synced: 2024-12-27T00:12:00.571Z (12 months ago)
- Language: C#
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xcopyce
**A recursive folder copier for .NET Compact Framework 2.0**
## Usage
`xcopy `
## Work in Progress
Very early work in progress:
- Doesn't support any flags whatsoever
- Will not overwrite destination files
- Uncontrollably verbose output
- Bugs? Probably!
This was created to suit my need for a recursive file copy on
a Windows CE device (to copy files on flash to RAM). It works
and I'll probably never actually get around to implementing
all the parameters that the real xcopy has. Sorry if you feel
cheated. It's an MIT license so go nuts with it.