mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
parent
e1626b8c64
commit
47f50a0f5f
1 changed files with 1 additions and 0 deletions
|
@ -261,6 +261,7 @@ impl AtPath {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn write(&self, name: &str, contents: &str) {
|
pub fn write(&self, name: &str, contents: &str) {
|
||||||
|
log_info("open(write)", self.plus_as_string(name));
|
||||||
let _ = std::fs::write(self.plus(name), contents);
|
let _ = std::fs::write(self.plus(name), contents);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue