ruby-****@sourc*****
ruby-****@sourc*****
2009年 1月 25日 (日) 03:59:37 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?GLib%3A%3AFileError ------------------------- @@ -12,7 +12,7 @@ --- code - Returns the numeric file error code corresponding to the ((<GLib::FileError#Constants>)). + Returns the numeric file error code corresponding to the ((<GLib::FileError#File Error Codes>)). * Returns: self --- domain @@ -20,7 +20,34 @@ Returns the error domain. * Returns: self +== File Error Codes +:GLib::FileError + + * (00) - EXIST + * (01) - ISDIR + * (02) - ACCES + * (03) - NAMETOOLONG + * (04) - NOENT + * (05) - NOTDIR + * (06) - NXIO + * (07) - NODEV + * (08) - ROFS + * (09) - TXTBSY + * (10) - FAULT + * (11) - LOOP + * (12) - NOSPC + * (13) - NOMEM + * (14) - MFILE + * (15) - NFILE + * (16) - BADF + * (17) - INVAL + * (18) - PIPE + * (19) - AGAIN + * (20) - INTR + * (21) - IO + * (22) - PERM + * (24) - FAILED === Constants --- ACCES