B2022-083: Support Conditional RO Values
This commit is contained in:
@@ -65,7 +65,7 @@ namespace Volian.Base.Library
|
||||
{
|
||||
try
|
||||
{
|
||||
// delete any docs. If it fails, just go on to the next one becase
|
||||
// delete any docs. If it fails, just go on to the next one because
|
||||
// it may be open from another process.
|
||||
if(fi.LastWriteTimeUtc < DateTime.Now.AddDays(-2.0))
|
||||
fi.Delete();
|
||||
@@ -86,7 +86,7 @@ namespace Volian.Base.Library
|
||||
{
|
||||
try
|
||||
{
|
||||
// delete any docs. If it fails, just go on to the next one becase
|
||||
// delete any docs. If it fails, just go on to the next one because
|
||||
// it may be open from another process.
|
||||
fi.Delete();
|
||||
}
|
||||
|
Reference in New Issue
Block a user