blocks Returns the number of native file system blocks allocated for this file : blocks « File Directory « Ruby






blocks Returns the number of native file system blocks allocated for this file


File.stat("testfile").blocks  

 

Related examples in the same category