This commit is contained in:
2020-06-26 20:19:25 +00:00
parent 3a987f3477
commit 3189d54266
3 changed files with 34 additions and 68 deletions

View File

@@ -512,8 +512,7 @@ namespace AyaNova.Util
/// <summary>
/// Confirm if a file exists in the attachment folder
/// </summary>
/// <param name="fileName">name of attachment file </param>
/// <returns>duh!</returns>
/// <param name="fileName">name of attachment file </param>
internal static bool AttachmentFileExists(string fileName)
{
if (string.IsNullOrWhiteSpace(fileName))