Further,
to exclude possible subdirectories use the "-d" option, and to make the ordering and arrangement look the same even without "| tail -1" use the "-1" option, like
ls -rtd1 /full/path/to/FileName_*.txt | tail -1
Please note that the new "ls" option is the digit "1", not the letter "l" (lowercase L).
wmp