Bad file descriptor in File destructor
unDEFER via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Jul 13 01:38:52 PDT 2017
Hello! I have the code like this:
File file;
try {
file = File(path);
}
catch (Exception exp)
{
return;
}
...
try {
}
More information about the Digitalmars-d-learn
mailing list