The Drupal API has drupal_get_path($type, $name) which will give the path of any particular theme or module. What if I want the path of the current theme?
drupal_get_path($type, $name)
Use the path_to_theme function.
path_to_theme