File Utils#
- bool trt_edgellm::file_io::copyFile(
- std::string const &srcPath,
- std::string const &dstPath
Copy a file from source to destination.
- Parameters:
srcPath – Source file path
dstPath – Destination file path
- Returns:
True on success, false on failure