|
Re: WPILIBJ java.io.File equivalent
You can read and write files on the cRIO using the com.sun.squawk.microedition.io.FileConnection class. FileConnections are opened using the javax.microedition.io.Connector class.
And yes, you should be able to read and write text files through FTP.
|