blksize

stat.blksize â integer or nil
Instance Public methods

Returns the native file system's block size. Will return nil on platforms that don't support this information.

File.stat("testfile").blksize   #=> 4096
doc_ruby_on_rails
2015-04-06 05:59:29
Comments
Leave a Comment

Please login to continue.