We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fe6d8 commit 6e99b8fCopy full SHA for 6e99b8f
WebInstall.m
@@ -45,6 +45,7 @@
45
Print["Download Complete!"];
46
47
(* Extract files *)
48
+ Quiet@DeleteFile[FileNameJoin[{directory,"pax_global_header"}]];
49
Print["Please wait. Extracting Files..."];
50
task2=ExtractArchive[fileName,directory];
51
WaitAsynchronousTask[task2];
0 commit comments