Method toString()
Return type: java.lang.String
Member of: java.io.File
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 out.setProperty("filename", path.toString());
2 super(resource.toString());
3 super(s + " (" + file.toString() + ")");
4 urlField_.addItem (f.toString());
5 super(aSchemaFile.toString());
6 URL url = new URL("file","",fil.toString());
7 gui.setDefaultBrowsePath(controller.getAutosavePath().toString());
8 if (file.toString().equals(srcStr)){
9 String defaultRoot = VcsFileSystem.substractRootDir (getRootDirectory ().toString (), getRelativeMountPoint());
10 location=f.toString();
11 this.srcDir = project.resolveFile(srcDir).toString();
12 throw new DocException(name + " not found in " + location.toString());
13 throw new IllegalArgumentException ("MImage.setImageFile - Invalid File " + imageFile.toString());
14 executableField.setText(file.toString());
15 insDirectoryField.setText(f.toString());
16 this.basePath = baseDir.toString();
17 frame_.displayConfiguration ( "file:" + f.toString() );
18 String filename = file.toString();
19 vsm.getView(mainView).setStatusBarText("Exporting to SVG "+f.toString()+" ... (This operation can take some time if the model contains bitmap icons)");
20 fileName.setText(old.toString());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.