Skip to content
⌘ NSIS Forum Archive

locate

2 posts

hanen.jomaa#

locate

Hi,

please can you help me ?

iwant locate all subdirectories in my dir using ${Locate}, the problem I have just the first subDirectories, i can't look others

How can I have all in the some function please?

thx
pengyou#
It would help if you supplied the code you used.

I had no trouble getting a long list of nested subdirectories when I used the command:

${Locate} "D:\Demo" "/L=D" "Print_Sub_Dir_Name"

("Print_Sub_Dir_Name" was a simple function which just printed the name of the subdirectory)