cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
deepakzworld
Level 4

how to loop over files in a folder

Hi,
How can I loop over all the files in a folder?
I need to clear their read-only attribute. Applying the attribute just to the folder doesn't apply it to the files it contains.

Thanks
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

If you're using InstallScript, FindAllFiles should do it.
0 Kudos
MarkusLatz
Level 8

You can also use LaunchAppAndWait and "attrib -r *.* /s"

regards

Markus
0 Kudos