Hello,
I was wondering if anyone had tried writing to a file on the cRIO using c++ code.
I have FTPed to the cRIO and am looking for my output file, but I don’t know where in the filesystem to look.
In my main robot code I have something like…
%%%%%%%%%%%%%%%%
fstream _m_file;
_m_file.open(“test.txt”, ios::out );
_m_file << “1 2 3 4” << endl;
_m_file.close();
%%%%%%%%%%%%%%%%%
Any guesses about where “test.txt” would be put?
Thanks in advance,
Alan
GFORCE, Team #1779