stat.sticky? â true or false
Instance Public methods
Returns true
if stat has its sticky bit set,
false
if it doesn't or if the operating system doesn't
support this feature.
1 | File .stat( "testfile" ).sticky? #=> false |
Returns true
if stat has its sticky bit set,
false
if it doesn't or if the operating system doesn't
support this feature.
1 | File .stat( "testfile" ).sticky? #=> false |
Designed by : w10schools
service@w10schools.com
Please login to continue.