TOC PREV NEXT INDEX



File operations


The file operations panel contains options for manipulating files. These operations are available to any Java Application, but are usually denied to an Applet by the web browser's security policy.

All of the file operations require a File object. This is a class which can refer to a user file in an operating system independent way. The first two options are used to create File objects. The first creates a File object using a hard-coded path. The second lets the end-user choose a file using a FileDialog. In both cases, an unused, legal Java name must be specified to refer to the File object. All other file operations will use this name to refer to the file. These include


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX