Project

General

Profile

Bug #3389 ยป test-W.patch

runpaint (Run Paint Run Run), 06/05/2010 12:34 AM

View differences:

file.c
* "u" | boolean | True if file1 has the setuid bit set
* "w" | boolean | True if file1 exists and is writable by
* | | the effective uid/gid
* "W" | boolean | True if file1 exists and is writable by
* | | the real uid/gid
* "W" | int/nil | If file1 exists and is writable by
* | | the real uid/gid, return its permission bits;
* | | otherwise return nil
* "x" | boolean | True if file1 exists and is executable by
* | | the effective uid/gid
* "X" | boolean | True if file1 exists and is executable by
    (1-1/1)