Lots of solutions here, so I'll add another...
find /path -type f -printf '"%p" '
This yields:
"/path/file1" "/path/file2" "path/file 3 with spaces" ...