Tesar, I do like your idea as it is very fast - and added two lines to it which will make the
file tdir showing only files-names, as all subdirectories and size-infos are NOT written
using the first two letters in capital letters:
! dir > tdir.txt
crea table tdir(text C(40))
appe from tdir.txt type sdf
****************************
*and now:
****************************
delete all for ! isupper(substr(text,1,2))
pack
****************************
*tdir should show file-names only.
Regards from Germany
Klaus