We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbc70e commit 288094fCopy full SHA for 288094f
std/src/fs.rs
@@ -2307,8 +2307,8 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
2307
///
2308
/// # Platform-specific behavior
2309
2310
-/// This function currently corresponds to the `unlink` function on Unix
2311
-/// 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.
2312
/// Note that, this [may change in the future][changes].
2313
2314
/// [changes]: io#platform-specific-behavior
0 commit comments