
  TYPE
    clt$file_contents = record
      is_object: boolean,
      path_exists: boolean,
    recend;

