/* * Get the file path of a song. * * Examples: * # get the path of the current song * path = remote.file * * # get the path of song 23 in the playlist * path = remote.file 23 * */ static VALUE xr_pl_file(int argc, VALUE *argv, VALUE self) {