uid Returns the numeric user ID of the owner of statfile. : uid « File Directory « Ruby






uid Returns the numeric user ID of the owner of statfile.


File.stat("testfile").uid  

 

Related examples in the same category