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

Store temporary transfer data inside the target folder

parent e413961b
Branches
Tags
No related merge requests found
...@@ -290,9 +290,9 @@ namespace ATxCommon.Serializables ...@@ -290,9 +290,9 @@ namespace ATxCommon.Serializables
/// <returns>A string with the path to the last tmp dir.</returns> /// <returns>A string with the path to the last tmp dir.</returns>
public string CurrentTargetTmpFull() { public string CurrentTargetTmpFull() {
return Path.Combine(_config.DestinationDirectory, return Path.Combine(_config.DestinationDirectory,
_currentTargetTmp,
_config.TmpTransferDir, _config.TmpTransferDir,
Environment.MachineName, Environment.MachineName);
_currentTargetTmp);
} }
/// <summary> /// <summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment