Fixlet Newbie - Help

(imported topic written by kevinaero)

Trying to list the DLL files and versions in a directory. With help from posts on this board I’ve gotten the list the versions but it does not lists the files next to each version:

q: versions of descendants whose (name of it contains “dll”) of folders (value of variable “Programfiles” of environment & “\Temp”)

A: 6031.0.0.2

A: 6031.0.0.9

Thanks in advance for the help.

(imported comment written by gearoid)

Here’s an example:

Q: (name of it, version of it) of descendants whose (name of it ends with “dll”) of folder “C:\Program Files”

A: arr_inst.dll, 8.4.6.82

Be careful with descendants or anything that crawls the file system.

(imported comment written by jgstew)

Another slight alternative:

(pathname of it, version of it) of descendants whose (name of it ends with “dll”) of folder “C:\Program Files”

And I second gearoid, be careful with descendants, it can be very slow. It should not be used in a Fixlet/Task relevance, only in a property with a report time of once every 6 hours or less often. (once every 2 days would be better)