Skip to content

Instantly share code, notes, and snippets.

@yushulx
Created October 12, 2018 06:57
Show Gist options
  • Select an option

  • Save yushulx/ea7588c7d5166aea464d1492b21c51b0 to your computer and use it in GitHub Desktop.

Select an option

Save yushulx/ea7588c7d5166aea464d1492b21c51b0 to your computer and use it in GitHub Desktop.
let _src: String = String::from("./platforms/win/DynamsoftBarcodeReaderx64.dll");
path.push_str("/DynamsoftBarcodeReaderx64.dll");
let _result = fs::copy(_src, &path);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment