On Wed Oct 8 17:01:29 2025 +0000, Joe Souza wrote:
The three cases you list here seem to work correctly with my changes. One difference, however, is <NUL does not work for the third case. Receive a "File not found." message. This seems like a separate bug in the existing code.
Just found that ```< NUL``` works (i.e. space between < and NUL). ```<NUL``` with no space does not. Will leave that as a separate bug outside the scope of the changes here.
Still working on other changes you requested. Not quite sure yet what to do for the tests.