Bug #15664 » file-executable-doc.patch
| file.c | ||
|---|---|---|
|
*
|
||
|
* Returns <code>true</code> if the named file is executable by the effective
|
||
|
* user and group id of this process. See eaccess(3).
|
||
|
*
|
||
|
* Windows does not support execute permissions separately from read
|
||
|
* permissions. On Windows, a file is only considered executable if it ends in
|
||
|
* .bat, .cmd, .com, or .exe.
|
||
|
*/
|
||
|
static VALUE
|
||
| ... | ... | |
|
*
|
||
|
* Returns <code>true</code> if the named file is executable by the real
|
||
|
* user and group id of this process. See access(3).
|
||
|
*
|
||
|
* Windows does not support execute permissions separately from read
|
||
|
* permissions. On Windows, a file is only considered executable if it ends in
|
||
|
* .bat, .cmd, .com, or .exe.
|
||
|
*/
|
||
|
static VALUE
|
||
- « Previous
- 1
- 2
- 3
- Next »