[Issue 21289] New: [The D Bug Tracker] "File does not exist" FileException on c:\hiberfil.sys
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 4 06:53:46 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21289
Issue ID: 21289
Summary: [The D Bug Tracker] "File does not exist"
FileException on c:\hiberfil.sys
Product: D
Version: D2
Hardware: x86_64
URL: http://dlang.org/
OS: Windows
Status: NEW
Severity: normal
Priority: P3
Component: dlang.org
Assignee: nobody at puremagic.com
Reporter: vital.fadeev at gmail.com
Created attachment 1805
--> https://issues.dlang.org/attachment.cgi?id=1805&action=edit
file
"File does not exist" FileException on existent file: c:\hiberfil.sys
Source code:
import std.stdio;
void main()
{
import std.file : DirEntry;
writeln( DirEntry( "c:\\hiberfil.sys" ).isDir() );
}
I expected "false".
Not FileException.
Because "c:\\hiberfil.sys" is exist.
--
More information about the Digitalmars-d-bugs
mailing list