decodePsdFile method

void decodePsdFile(
  1. String path
)

Implementation

void decodePsdFile(String path) {
  subCommand = DecodePsdFileCmd(subCommand, path);
}