Filepath to Chosen for “Home Page” option – Which function?

I recommend reading up on the site_url() function.
Take a look here: http://codex.wordpress.org/Function_Reference/site_url
and specifically, read the difference between:

site_url() & home_url()

Then you could look at parse_url() or ABSPATH as suggested before by @NickJAB