platyPS
platyPS copied to clipboard
Fix bugs in New-HelpCabinetFile from OPS13
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.