getFile function

File getFile(
  1. String path
)

Implementation

File getFile(String path) {
  return genFile(path);
}