writeToFile method

void writeToFile(
  1. String path
)

Implementation

void writeToFile(String path) {
  subCommand = WriteToFileCmd(subCommand, path);
}