You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a unique folder to extract the contents of .mol
Fixes ticket:5786 do not mix the contents of .mol while extracting different versions.
Added a boolean parameter to loadEncryptedPackage to skip unziping of .mol
Copy file name to clipboardExpand all lines: OMCompiler/Compiler/FrontEnd/ModelicaBuiltin.mo
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1169,6 +1169,7 @@ end parseEncryptedPackage;
1169
1169
function loadEncryptedPackage
1170
1170
inputString fileName;
1171
1171
inputString workdir ="<default>""The output directory for imported encrypted files. <default> will put the files to current working directory.";
1172
+
inputBoolean skipUnzip =false"Skips the unzip of .mol if true. In that case we expect the files are already extracted e.g., because of parseEncryptedPackage() call.";
0 commit comments