class File {
  path = '';
  constructor(path: string) {
    this.path = path;
  }