Skip to content

Commit

Permalink
allow to browse file folder on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 9, 2019
1 parent e34f9c5 commit 0bdbef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcxstudio/mcxgui.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2808,7 +2808,7 @@ function TfmMCX.CreateWorkFolder(session: string; iscreate: boolean=true) : stri
path: string;
begin
path:=GetAppRoot
+DirectorySeparator+'Output'+DirectorySeparator+CreateCmdOnly+'sessions'+DirectorySeparator+session;
+'Output'+DirectorySeparator+CreateCmdOnly+'sessions'+DirectorySeparator+session;
if fmConfig.ckUseManualPath.Checked then begin
path:=fmConfig.edWorkPath.Text;
path:=ExpandPathMacro(path,session);
Expand Down

0 comments on commit 0bdbef6

Please sign in to comment.