tools.cpp File Reference
Tools implementation file.
More...
#include "tools.h"
#include <iostream>
Go to the source code of this file.
|
Functions |
bool | copyFile (string source, string destination) |
Detailed Description
Tools implementation file.
Definition in file tools.cpp.
Function Documentation
bool copyFile |
( |
string |
source, |
|
|
string |
destination | |
|
) |
| | |
Copy a file from a source to a destination
- Parameters:
-
| source | Source file (to copy) |
| destination | Destination file |
- Returns:
- true if copy ok, else false
Definition at line 565 of file tools.cpp.