contains abstract method

bool contains(
  1. String path
)

Return true if the path references a resource in this folder.

The path must be absolute and normalized.

Implementation

bool contains(String path);