-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Milestone
Description
Documentation says:
/// # Errors
///
/// Identical to [`create`].
Line 394 in 80ca8d3
| /// Identical to [`create`]. |
And then create:
/// # Errors
///
/// If the path already exists (regardless of the type of the existing
/// inode), an error is returned.
However create_file does not return error, unless the caller explicitly add O_EXCL to the flags.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels