yash101
21-01-2015, 16:40
I wrote myself a configuration wizard which works by writing a configuration file and saving it on the filesystem. The program works perfectly on the desktop so I do not see any reason against this working. How do I perform file I/O with Java on the RoboRIO? I am guessing that what is happening is that there is some sort of a file permissions error.
If this is the case, what is a good place to place my configuration?
The code is here (https://github.com/yash101/DevLib-FRC-Edition/blob/master/src/me/devyashis/DevLib/ConfigParser.java)!
Thanks in advance! Feel free to use this configuration parser in your own program! :)
If this is the case, what is a good place to place my configuration?
The code is here (https://github.com/yash101/DevLib-FRC-Edition/blob/master/src/me/devyashis/DevLib/ConfigParser.java)!
Thanks in advance! Feel free to use this configuration parser in your own program! :)