Skip to main content

create

Function create 

Source
pub fn create(path: impl AsRef<Path>) -> Result<OpenFuture>
Expand description

Create a file (shorthand for open with CREATE | WRITE | TRUNCATE, mode 0o644).

ยงPanics

Panics if called outside the ringline async executor.