Are there functions for file paths, instead of just urls

There aren’t any for plugins, but you can (and should) use WP_CONTENT_DIR, instead of ABSPATH.

For themes you have locate_template().

tech