{
  eval { Sys::IO->_fullpath(undef, "$file/not_found.txt", 0); };
  unless (Fn->contains($@, "not_found.txt")) {
    return 0;
  }
}