Skip to content

Commit 3ce0359

Browse files
committed
path naming corrections
1 parent 5465b43 commit 3ce0359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TransactionTable/TransactionsPreset/TransactionsTable_DirectoryHelper - Copy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private FileInfo GetTargetFile(DateTime time)
4848
name += ".csv";
4949
if (_TargetDirectory != null)
5050
{
51-
name = Path.Combine(_TargetDirectory.Name, name);
51+
name = Path.Combine(_TargetDirectory.FullName, name);
5252
}
5353
FileInfo targetFile = new FileInfo(name);
5454
return targetFile;

0 commit comments

Comments
 (0)