# File lib/brakeman/app_tree.rb, line 83
def
exists?
(
path
)
File
.
exist?
(
File
.
join
(
@root
,
path
))
end