subFile method

CFile subFile(
  1. String subname
)

Implementation

CFile subFile(String subname) {
  return CFile('$filename/$subname');
}