79650367

Date: 2025-06-02 21:43:36
Score: 1.5
Natty:
Report link

All I needed to do was change

strOutFilePath = txtOutputFile.Text;  

to

strOutFileName = txtOutputFile.Text;  

and that fixed my issue.

The problem was that the strOutFileName variable was null so it defaulted to the Debug folder.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tornado726