0

I have the following directory structure,

Parent //Directory
---<XYZ> //Directory - can be any name
---File 1
---File 2
---File 3

I want to delete only the XYZ directory (leaving all the files) inside Parent directory during installation.

How to achieve this in inno setup script?

user3164187
  • 1,382
  • 3
  • 19
  • 50

1 Answers1

0

Here You can find the way to get the list of files and directories.

Delete directory You can by DelTree

CAD Developer
  • 1,532
  • 2
  • 21
  • 27