JezK
Edit File: symlink%3f-i.ri
U:RDoc::AnyMethod[iI" symlink?:ETI"File::Stat#symlink?;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"BReturns <code>true</code> if <i>stat</i> is a symbolic link, ;TI"G<code>false</code> if it isn't or if the operating system doesn't ;TI"Dsupport this feature. As <code>File::stat</code> automatically ;TI"Bfollows symbolic links, <code>symlink?</code> will always be ;TI"2<code>false</code> for an object returned by ;TI"<code>File::stat</code>.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"/File.symlink("testfile", "alink") #=> 0 ;TI"3File.stat("alink").symlink? #=> false ;TI"1File.lstat("alink").symlink? #=> true;T:@format0: @fileI"file.c;T:0@omit_headings_from_table_of_contents_below0I"'stat.symlink? -> true or false ;T0[ I"();T@FI" Stat;TcRDoc::NormalClass00