encodeCurFile method

void encodeCurFile(
  1. String path
)

Implementation

void encodeCurFile(String path) {
  subCommand = EncodeCurFileCmd(subCommand, path);
}