appendFile(file: File) {
    return fs.appendFile(path.join(this.cwd, file.path), file.contents);
  }