Uses of Class
icommand.nxtcomm.FileInfo

Packages that use FileInfo
icommand.nxtcomm   
 

Uses of FileInfo in icommand.nxtcomm
 

Methods in icommand.nxtcomm that return FileInfo
static FileInfo NXTCommand.findFirst(java.lang.String wildCard)
          When no files exist within the system, an error message is returned in the package saying "File not found".
static FileInfo NXTCommand.findNext(byte handle)
          When no files exist within the system, an error message is returned in the package saying "File not found".
static FileInfo NXTCommand.openRead(java.lang.String fileName)
          Opens a file on the NXT for reading.