Penguin
Diff: NXTFilesystemNotes
EditPageHistoryDiffInfoLikePages

Differences between current version and previous revision of NXTFilesystemNotes.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Thursday, February 4, 2010 7:49:51 pm by LawrenceDoliveiro
Older page: version 3 Last edited on Thursday, February 4, 2010 7:48:58 pm by LawrenceDoliveiro Revert
@@ -2,13 +2,13 @@
  
 File names can be up to 19 characters long, and are case-insensitive. There is no directory hierarchy; all files are kept in a single top-level directory. The on-board interface shows files grouped into various categories, like “Software files”, “Try Me” etc—these groupings are based purely on the filename extension. 
  
 <?plugin OldStyleTable 
-|*Category* | *File Type * | *Extension* 
+|*Category* | *File Contents * | *Extension* 
 | Datalog files | text files containing sensor data | .log 
 | NXT files| ? | .rpg 
 | Software files | executable bytecode programs | .rxe 
 | Sound files | sound sample files; melody files | .rso 
 | Try Me | executable bytecode programs | .rtm 
 ?> 
  
 Filenames ending with other extensions are not visible to the user through the on-board interface, but they can still be accessed programmatically.