|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
| Thread Tools | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
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"); |
|
#2
|
||||
|
||||
|
Re: Network Tables Create New Folder
you can either do
Code:
NetworkTables.getTable("table/someSubTable")
Code:
NetworkTables.getTable("table").getSubTable("someSubTable")
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|