fix count

This commit is contained in:
CodeDevMLH
2025-09-26 00:05:47 +02:00
parent 088624b876
commit 4c8e108ceb
2 changed files with 35 additions and 4 deletions

View File

@@ -31,7 +31,8 @@ Below is an overview of its main functionality and usage:
3. **File and Directory Copying**:
- Supports multiple copy modes:
- **Replace**: Overwrites existing files or directories in the destination.
- **Update**: Copies only if the source file is newer than the destination file.
- **Update**: Copies only if the source file is newer than the destination file (files only).
- **Copy**: Creates directories, if already exsisting, only copies non existing files in that folder
- Handles both files and directories.
- Generates warnings and error messages if issues occur (e.g., source file not found).