U:RDoc::AnyMethod[iI"
symlink?:ETI"File::Stat#symlink?;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"BReturns true
if stat is a symbolic link, ;TI"Gfalse
if it isn't or if the operating system doesn't ;TI"Dsupport this feature. As File::stat
automatically ;TI"Bfollows symbolic links, symlink?
will always be ;TI"2false
for an object returned by ;TI"File::stat
.;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