Skip to content
Snippets Groups Projects
Commit 9ef3deca authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Adapt TxTargetTmp to new folder layout

Refers to #16
parent 546d6e8d
Branches
No related tags found
No related merge requests found
...@@ -293,8 +293,8 @@ namespace ATxCommon.Serializables ...@@ -293,8 +293,8 @@ namespace ATxCommon.Serializables
public string TxTargetTmp => public string TxTargetTmp =>
Path.Combine(_config.DestinationDirectory, Path.Combine(_config.DestinationDirectory,
_config.TmpTransferDir, _config.TmpTransferDir,
Environment.MachineName, _txTargetUser,
_txTargetUser); Environment.MachineName);
#endregion getter only methods #endregion getter only methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment