Appends a filename to the string.
impl<H> NoNullString<H>
where H: Allocator,
{
fn push_file<F>(&mut self, name: F) -> Result<(), Errno>
where F: AsNoNullStr,
}| Name | Description |
|---|---|
| name | The name of the file. |
This first appends a '/' and then the provided filename to the buffer.