Hey guys
I hope you can get me in the right direction with this one:
It's pretty easy to get a list with a specific filetype, and show it with _ArrayDisplay
#include <File.au3>
Local $aFileList = _FileListToArray("C:\Test\", "*.txt")
_ArrayDisplay($aFileList, "Available text f...