Function xComLib::file_utils::copy_file

source ·
pub async fn copy_file(
    source_path: &str,
    destination_path: &str
) -> Result<(), Error>