add_exec_permission


Description:

public bool add_exec_permission (string path)

Add execute permission to the given path.

If the current user already has execute permission to the given path, this method doesn't change its permission and returns true.

Parameters:

path

the path to add execute permission for the current user

Returns:

true when succeed, false otherwise