getFile abstract method

File getFile(
  1. String path
)

Return a File that corresponds to the given path.

The path must be absolute and normalized.

A file may or may not exist at this location.

Implementation

File getFile(String path);