FileCommand constructor

FileCommand()

Implementation

FileCommand() {
  addSubcommand(FileCopyCommand());
  addSubcommand(FileMoveCommand());
  addSubcommand(FileDeleteCommand());
  addSubcommand(FileExecCommand());
  addSubcommand(FileBinCommand());
  addSubcommand(FileUnbinCommand());
}