svn_io_is_file_executable

Function svn_io_is_file_executable 

Source
pub unsafe extern "C" fn svn_io_is_file_executable(
    executable: *mut svn_boolean_t,
    path: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Determine whether a file is executable by the current user. Set @a *executable to @c TRUE if the file @a path is executable by the current user, otherwise set it to @c FALSE.

On Windows and on platforms without userids, always returns @c FALSE.