get_stylesheet_directory is what you want, and if you need the parent theme, get_template_directory. If there is no parent theme then both will return the same value.
echo get_stylesheet_directory(); http://codex.wordpress.org/Function_Reference/get_template_directory