As long as the directory doesn't have more directories in it, using the recurse option /s
along with bare format /b
will show the entire path with files:
dir /s /b
if there are more folders though it will display all the files in there as well. It's a neat little workaround though.