β Main program input arguments
When i start my program i want the string inside
static void Main(string[] args)
to contain the string input.txt output.txt
. How do i configure this?6 Replies
using visual studio, right?
niceee
thanks king
While you are here :p Do you know if
File.ReadAllLines(filepath)
reads the entire text document or just one row?ReadAllLines
if you had to wager a guess...? π
:catderp: