checks if the passed path (a file or directory) is executable by the user that owns this process
path
bool isExecutable(String path) => _Is().isExecutable(path);