ÿØÿà JFIF ÿÛ „ ( %!1!%)+//.383,7(-.+
-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ ¥2" ÿÄ ÿÄ J ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ ÿÄ * !1AQa‘"2q3±ð#b¡ÿÚ ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁTÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßwpŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
?>
.........................................
.............................................................................
ÿØÿà JFIF ÿÛ „
(
%!1!%)+//.383,7(-.+
-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ ¥2" ÿÄ
ÿÄ J ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ
ÿÄ * !1AQa‘"2q3±ð#b¡ÿÚ
? ¼QxJQaÍuò¸Zö
Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁTÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßwpŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
?>
.........................................
.............................................................................
????????????????????????????????????
????????????????????????????????????
ÿØÿà JFIF ÿÛ „ ( %!1!%)+//.383,7(-.+
-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ ¥2" ÿÄ ÿÄ J ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ ÿÄ * !1AQa‘"2q3±ð#b¡ÿÚ ? ¼QxJQaÍuò¸Zö Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁTÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßwpŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
?>
.........................................
.............................................................................
ÿØÿà JFIF ÿÛ „
(
%!1!%)+//.383,7(-.+
-%%-////---/-.+/--+------/------/--0+--/-/-----.-----ÿÀ ¥2" ÿÄ
ÿÄ J ! 1AQ"aq2‘#BR‚¡ÁÑ3br’¢±Âð$CSƒ²á4c“%DsÓñÿÄ
ÿÄ * !1AQa‘"2q3±ð#b¡ÿÚ
? ¼QxJQaÍuò¸Zö
Úü8,ÐÚú
"SSn<rçù–´âE—^ªBÖ9À\†¸ÔÁTÃÛ5
ëd´³Í#Ý;Þ38œî ¶H£M:wÎ3…³…âpÔF&‚FK¸9„â4àGEõªfÿ ‘ñ(ßwpŽF|È¥ù®häðÍѶ¹‘[ÒinÙW¶ùñY˜Q{›K"išÒ[Ú8žë\F¹@-?v"ÔU”,ìöžkÿ {I‡£šÍ?e
ríV
?>
.........................................
.............................................................................
????????????????????????????????????
????????????????????????????????????
U:RDoc::AnyMethod[iI"ln:ETI"FileUtils::ln;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"CCreates {hard links}[https://en.wikipedia.org/wiki/Hard_link].;To:RDoc::Markup::BlankLine o;
; [I":Arguments +src+ (a single path or an array of paths) ;TI" and +dest+ (a single path) ;TI"Kshould be {interpretable as paths}[rdoc-ref:FileUtils@Path+Arguments].;T@o;
; [I"0When +src+ is the path to an existing file ;TI"4and +dest+ is the path to a non-existent file, ;TI"Ccreates a hard link at +dest+ pointing to +src+; returns zero:;T@o:RDoc::Markup::Verbatim; [ I"=Dir.children('tmp0/') # => ["t.txt"]
;TI"6Dir.children('tmp1/') # => []
;TI"5FileUtils.ln('tmp0/t.txt', 'tmp1/t.lnk') # => 0
;TI"=Dir.children('tmp1/') # => ["t.lnk"]
;T:@format0o;
; [I"0When +src+ is the path to an existing file ;TI"6and +dest+ is the path to an existing directory, ;TI"Ncreates a hard link at dest/src pointing to +src+; returns zero:;T@o;; [ I"7Dir.children('tmp2') # => ["t.dat"]
;TI"0Dir.children('tmp3') # => []
;TI"/FileUtils.ln('tmp2/t.dat', 'tmp3') # => 0
;TI"7Dir.children('tmp3') # => ["t.dat"]
;T;
0o;
; [
I"7When +src+ is an array of paths to existing files ;TI"6and +dest+ is the path to an existing directory, ;TI"+then for each path +target+ in +src+, ;TI"Gcreates a hard link at dest/target pointing to +target+; ;TI"returns +src+:;T@o;; [I"ADir.children('tmp4/') # => []
;TI"[FileUtils.ln(['tmp0/t.txt', 'tmp2/t.dat'], 'tmp4/') # => ["tmp0/t.txt", "tmp2/t.dat"]
;TI"QDir.children('tmp4/') # => ["t.dat", "t.txt"]
;T;
0o;
; [I"Keyword arguments:;T@o:RDoc::Markup::List:
@type:BULLET:@items[o:RDoc::Markup::ListItem:@label0; [o;
; [I";force: true - overwrites +dest+ if it exists.;To;;0; [o;
; [I"1noop: true - does not create links.;To;;0; [o;
; [I";verbose: true - prints an equivalent command:;T@o;; [I"=FileUtils.ln('tmp0/t.txt', 'tmp1/t.lnk', verbose: true)
;TI"7FileUtils.ln('tmp2/t.dat', 'tmp3', verbose: true)
;TI"HFileUtils.ln(['tmp0/t.txt', 'tmp2/t.dat'], 'tmp4/', verbose: true)
;T;
0o;
; [I"Output:;T@o;; [I"ln tmp0/t.txt tmp1/t.lnk
;TI"ln tmp2/t.dat tmp3
;TI"$ln tmp0/t.txt tmp2/t.dat tmp4/
;T;
0o;
; [I"CRaises an exception if +dest+ is the path to an existing file ;TI"0and keyword argument +force+ is not +true+.;T@o;
; [I";Related: FileUtils.link_entry (has different options).;T:
@fileI"lib/fileutils.rb;T:0@omit_headings_from_table_of_contents_below000[[I" link;To;; [ ;@^;0I"5(src, dest, force: nil, noop: nil, verbose: nil);T@^FI"FileUtils;TcRDoc::NormalModule00