ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 1日 (日) 08:46:18 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?GLib ------------------------- @@ -162,9 +162,10 @@ Obtain base name from a path i.e.: ("/aaa/bbb/ccc" -> "ccc") * Returns: base name (last item from the path). ---- GLib.path_get_dirname +--- GLib.path_get_dirname(path) + Obtain the folder in which the base name from a path sits i.e.: ("/aaa/bbb/ccc" -> "/aaa/bbb") + * Returns: folder in which the last item from the path resides. - * Returns: self: ((*FIXME*)) --- GLib.path_is_absolute?