sticky? Returns true if it has its sticky bit set : sticky « File Directory « Ruby






sticky? Returns true if it has its sticky bit set


File.stat("testfile").sticky?  

 

Related examples in the same category