26.07.21
This commit is contained in:
@@ -81,7 +81,7 @@ internal sealed class WordWriter : WordReader, IWordWriter
|
||||
|
||||
internal static WordWriter? CreateInternal(FileInfo sourceFile, string? destinationPath = null!)
|
||||
{
|
||||
if (sourceFile is null || !sourceFile.Exists) return null;
|
||||
if (sourceFile is null || !File.Exists(sourceFile.FullName)) return null;
|
||||
|
||||
var ms = new MemoryStream();
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user