Project

General

Profile

Bug #15664 » file-executable-doc.patch

jeremyevans0 (Jeremy Evans), 06/11/2019 07:06 PM

View differences:

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
(3-3/3)