
Re: no path info in printed c code
There is unfortunately no way to remove or change the file name extension at the top of the printed code; however, the easiest way to mark a program with its name is to add a comment (either using // or /* */) with the file name inside of it:
You'll still have the full file extension at the top, but you will also have the program's file name directly underneath it.
_________________Check out our
Blog! And our
Facebook page!
Need help? Take a look at our
updated help documentation and the
ROBOTC Forums.