pub fn write_binary_file(filename: &Path, data: &String) -> bool
Expand description

| Write contents of std::string to a file. | | ———– | @return | | true on success. |