Is there anyway to get all (or just the first) subfolder in a directory? I'm trying to install my files into a subdirectory that has a dynamic name. It is not one of the constants available with Inno Setup. Is there anyway to find this subdirectory name?
相关问题
- How does the setup bootstrapper detect if prerequi
- Installation of Leiningen 2.X in Mac OS X
- Error when installing TDA package on R
- Magento Fatal error: Maximum execution error solut
- Why isn't bundle install allowing for the pg g
相关文章
- Getting errors / failing tests when installing Pyt
- How do you make an installer for your python progr
- Installing the R interpeter and R as a shared libr
- How to get path of the php binary on server where
- Looking for documentation on the “right” way to in
- In inno setup how to set the unins000.exe with pro
- What Component IDs should I search for to detect w
- How to Download MSI installer with argument for us
Well, to get name of a first found subfolder of a certain folder, no matter which one it is, you may use the following function: