Function bitcoin_system::write_binary_file
source · pub fn write_binary_file(filename: &Path, data: &String) -> boolExpand description
| Write contents of std::string to a file. | | ———– | @return | | true on success. |
pub fn write_binary_file(filename: &Path, data: &String) -> bool| Write contents of std::string to a file. | | ———– | @return | | true on success. |