https://github.com/nattyxo/mega-copy
This Windows Forms application allows users to copy, cut, and duplicate files from one location to another.
https://github.com/nattyxo/mega-copy
copy cut duplicate-files filetransfer mega-copy overwrite
Last synced: 2 months ago
JSON representation
This Windows Forms application allows users to copy, cut, and duplicate files from one location to another.
- Host: GitHub
- URL: https://github.com/nattyxo/mega-copy
- Owner: NattyXO
- License: gpl-3.0
- Created: 2023-12-31T07:48:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-04T13:22:19.000Z (over 1 year ago)
- Last Synced: 2024-12-27T02:11:59.654Z (4 months ago)
- Topics: copy, cut, duplicate-files, filetransfer, mega-copy, overwrite
- Language: C#
- Homepage: https://www.youtube.com/@AhaduTech
- Size: 3.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mega Copy
This application is designed to facilitate file operations such as copying, cutting, and duplicating files from a source to a destination folder. It offers functionality to handle file overwrite, duplicate files with unique names, and interact with multiple files simultaneously.
## Features
- **Copy**: Copies selected files from the source to the destination folder.
- **Cut**: Moves selected files from the source to the destination folder.
- **Duplicate**: Creates a duplicate of selected files in the destination folder.
- **Overwrite Confirmation**: Prompts for confirmation before overwriting existing files.## Usage
1. **Open Source and Destination Locations**:
- Click **Open File Location** to select source files.
- Click **Destination Location** to choose the target folder.2. **Copy Files**:
- Click **Copy and Overwrite** to copy files to the destination, overwriting existing files if necessary.3. **Cut Files**:
- Click **Cut and Overwrite** to move files to the destination, overwriting existing files if necessary.4. **Duplicate Files**:
- Click **Copy and Duplicate** to create duplicates of files in the destination folder.5. **GitHub Repository**:
- Click on the GitHub icon to visit the application's repository.## How to Run
- **Requirements**: Windows OS, .NET Framework installed.
- Go to Releases section you can find exe file## Development Environment
- **Language:** C#
- **Framework:** .NET Framework
- **IDE:** Visual Studio
- **Dependencies:** None## Contributors
- Nahusenay
- [@NattyXO](https://github.com/NattyXO)## Troubleshooting
If you encounter any issues or errors, feel free to open an issue in the GitHub repository.