Package java.io

Class File

extends Object
implements Serializable, Comparable

This class provides an abstract, i.e. system independent, representation of file and directory pathnames. Each name in an abstract pathname except for the last denotes a directory; the last name may denote either a directory or a file (see also MicroSD Card Related Commands).

Comments on the iLCD file support

Please note that the iLCD panelJoC board only supports DOS filenames in the 8.3 format, i.e. max. 8 characters for name and max. 3 characters for extension.

A maximum of 4 files can be opened at the same time. Note that the same file can be opened only once. It's e.g. not possible to read and write to a file at the same time. Make sure that any stream accessing a file is closed before a new stream for the same file is created.

Note that file paths use slashes ("/") and not backslashes ("\"). The root directory is "/".

Public Constructors

Public Methods

Methods inherited from java.lang.Object

_INSERT_INHERITED_METHOD_ENTRY_HERE_

Public Fields

  • static final String pathSeparator
  • static final char pathSeparatorChar
  • static final String separator
  • static final char separatorChar

_INSERT_FIELDS_ENTRY_HERE_