sanitizedChildFile method

File sanitizedChildFile(
  1. String basename
)

Implementation

File sanitizedChildFile(String basename) {
  return _sanitizedChild(basename, childFile);
}