parent property

CFile get parent

Implementation

CFile get parent {
  return CFile(Directory(filename).parent.path);
}