26.07.21
This commit is contained in:
@@ -21,7 +21,7 @@ internal class WordReader : IDisposable, IWordReader
|
||||
|
||||
internal static WordReader? CreateInternal(FileInfo sourceFile)
|
||||
{
|
||||
if (sourceFile is null || !sourceFile.Exists)
|
||||
if (sourceFile is null || !File.Exists(sourceFile.FullName))
|
||||
{
|
||||
#if DEBUG
|
||||
Debug.WriteLine($"[DEBUG] Source file is null or does not exist: {sourceFile?.FullName}");
|
||||
|
||||
Reference in New Issue
Block a user