We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4677b0d commit 8c96a18Copy full SHA for 8c96a18
src/libraries/System.Private.CoreLib/src/System/IO/File.cs
@@ -88,7 +88,7 @@ public static void Delete(string path)
88
// Tests whether a file exists. The result is true if the file
89
// given by the specified path exists; otherwise, the result is
90
// false. Note that if path describes a directory,
91
- // Exists will return true.
+ // Exists will return false.
92
public static bool Exists([NotNullWhen(true)] string? path)
93
{
94
try
0 commit comments