B2022-083: Support Conditional RO Values

This commit is contained in:
Jake
2022-07-26 20:01:25 +00:00
parent 439cf9de7a
commit d327ab08af
16 changed files with 2670 additions and 1743 deletions

View File

@@ -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();
}