Update platform information for remove_file
This commit is contained in:
parent
457e528794
commit
50522fad48
1 changed files with 2 additions and 2 deletions
|
|
@ -2284,8 +2284,8 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
|
|||
///
|
||||
/// # Platform-specific behavior
|
||||
///
|
||||
/// This function currently corresponds to the `unlink` function on Unix
|
||||
/// and the `DeleteFile` function on Windows.
|
||||
/// This function currently corresponds to the `unlink` function on Unix.
|
||||
/// On Windows, `DeleteFile` is used or `CreateFileW` and `SetInformationByHandle` for readonly files.
|
||||
/// Note that, this [may change in the future][changes].
|
||||
///
|
||||
/// [changes]: io#platform-specific-behavior
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue