Table of Contents
Opens specific folders within file explorer
public sealed class OpenFolderCommand : BTD_Mod_Helper.Api.Commands.ModCommand<BTD_Mod_Helper.Api.Commands.OpenCommand>
Inheritance System.Object ModContent ModCommand BTD_Mod_Helper.Api.Commands.ModCommand<OpenCommand> OpenFolderCommand
The string name of this command
public override string Command { get; }
Short text description of this command
public override string Help { get; }
Runs this command
public override bool Execute(ref string resultText);
resultText
System.String
System.Boolean
Whether this command successfully executed