I am using the Finder for sending spooled e-mails, but automatic name generator puts dots in the filename and sometimes they appear at the beginning of the file.
It seems that the finder can't get files with that name - well those files are hidden... Has anyone experienced that behaviour? Any advice how to use the finder to locate hidden files?
Thx
ignoreDotFiles
is set tofalse
but you are using bash wildcard pattern of filename it won't work. So there you'd better use regular expression for name matching. – Adequate