0
votes

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?

1

1 Answers

0
votes

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

Delete directory You can by DelTree