Should `ws-in-directory` return a string when the path directory doesn't exist? Returning nil would make more sense to me. For example: ``` ELISP> (ws-in-directory-p "/tmp" "doesnt-exist") "/tmp/doesnt-exist" ```
Should
ws-in-directoryreturn a string when the path directory doesn't exist? Returning nil would make more sense to me.For example: