12-29-2023, 03:55 PM
Well: a little change to do:
REMOVE_DIR (ccomp$ + "license")
to
REMOVE_DIR (ccomp$ + "licenses")
Thanks for this information !
Simply is also to use the good old windows explorer to kill theese unused directories:
...\internal\c\c_compiler\licenses
...\internal\c\c_compiler\opt
... \internal\c\c_compiler\share
REMOVE_DIR (ccomp$ + "license")
to
REMOVE_DIR (ccomp$ + "licenses")
Thanks for this information !
Simply is also to use the good old windows explorer to kill theese unused directories:
...\internal\c\c_compiler\licenses
...\internal\c\c_compiler\opt
... \internal\c\c_compiler\share
Quote:
Why not yes ?