I was writing a widget for displaying files in a given directory and I wondered whether I need to cover the case where a file has an empty name.
Testing showed not obvious results, so I was wondering whether someone has definite information
$ touch ""
touch: cannot touch `': No such file or directory
$ echo > ""
bash: : No such file or directory