platyPS icon indicating copy to clipboard operation
platyPS copied to clipboard

Fix bugs in New-HelpCabinetFile from OPS13

Open sdwheeler opened this issue 1 year ago • 0 comments

Fix bugs in New-HelpCabinetFile from OPS13

  • Fixes AB#331105

Prior to this PR there were two bugs in New-HelpCabinetFile

  • If there was no existing HelpInfo.xml file it would fail to create a new one
  • The warning message about invalid help files in the folder didn't correctly include the filename of the invalid file

This PR fixes those issues and changes the CabinetFileFolder parameter name to HelpFileFolder to better reflect its purpose.

sdwheeler avatar Oct 26 '24 19:10 sdwheeler