getFolder abstract method

Folder getFolder(
  1. String path
)

Return a Folder that corresponds to the given path.

The path must be absolute and normalized.

A folder may or may not exist at this location.

Implementation

Folder getFolder(String path);