Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   Network Tables Create New Folder (http://www.chiefdelphi.com/forums/showthread.php?t=144781)

iSpotix 02-26-2016 10:42 AM

Network Tables Create New Folder
 
Java

I'm trying to create a separate program that uses network tables to get and set values, but I have not been able to find anything that will create a new directory on the network tables. Can you just do .getTable("newTable");

Arhowk 02-26-2016 12:21 PM

Re: Network Tables Create New Folder
 
you can either do

Code:

NetworkTables.getTable("table/someSubTable")
or
Code:

NetworkTables.getTable("table").getSubTable("someSubTable")
if it doesn't exist, it will automatically be created.


All times are GMT -5. The time now is 08:00 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi