mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Go to network path using cm_ChangeDir command
This commit is contained in:
parent
fbec61ce08
commit
cdfd220846
1 changed files with 1 additions and 1 deletions
|
|
@ -2855,7 +2855,7 @@ end;
|
|||
procedure TMainCommands.cm_ChangeDir(const Params: array of string);
|
||||
begin
|
||||
if Length(Params) > 0 then
|
||||
FrmMain.ActiveFrame.CurrentPath := ReplaceEnvVars(Params[0]);
|
||||
ChooseFileSource(FrmMain.ActiveFrame, ReplaceEnvVars(Params[0]));
|
||||
end;
|
||||
|
||||
procedure TMainCommands.cm_ClearLogWindow(const Params: array of string);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue