writable_real? Returns true if it is writable by the real user ID. : writable_real « File Directory « Ruby






writable_real? Returns true if it is writable by the real user ID.


File.stat("testfile").writable_real?  

 

Related examples in the same category