This is the most likely confusion: Users often say "list dot files" meaning hidden files (starting with . ).
find . -name "filedot"
To see the truth, you must ask ls to show . The command is: ls filedot