nlink

stat.nlink รข fixnum
Instance Public methods

Returns the number of hard links to stat.

File.stat("testfile").nlink             #=> 1
File.link("testfile", "testfile.bak")   #=> 0
File.stat("testfile").nlink             #=> 2
doc_ruby_on_rails
2015-04-06 07:17:38
Comments
Leave a Comment

Please login to continue.