mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-10 16:12:15 +02:00
fix from old trunk for TemporaryFile
This commit is contained in:
parent
1e2b816d7e
commit
53fe184bfa
@ -62,6 +62,7 @@ public:
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
File f(*it);
|
File f(*it);
|
||||||
|
if (f.exists())
|
||||||
f.remove(true);
|
f.remove(true);
|
||||||
}
|
}
|
||||||
catch (Exception&)
|
catch (Exception&)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user