Skip to content

Commit

Permalink
Bugfix: Can not create a remote folder - Issue #485
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Jun 29, 2024
1 parent 25107b5 commit 1fbae06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Terminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5345,7 +5345,7 @@ void TTerminal::DoCreateDirectory(const UnicodeString & ADirName, bool Encrypt)
TRetryOperationLoop RetryLoop(this);
do
{
TMkdirSessionAction Action(GetActionLog(), AbsolutePath(ADirName, false));
TMkdirSessionAction Action(GetActionLog(), AbsolutePath(ADirName, true));
try
{
DebugAssert(FFileSystem);
Expand Down

0 comments on commit 1fbae06

Please sign in to comment.