Method getFileSystemView()
Return type: javax.swing.filechooser.FileSystemView
Member of: javax.swing.JFileChooser
[api documentation ] [ main menu]

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

1 file = getFileChooser().getFileSystemView().createFileObject(file.getParent());
2 FileSystemView fileSystem = filechooser.getFileSystemView();
3 File f2 = getFileChooser().getFileSystemView().createFileObject(getFileChooser().getCurrentDirectory(), newFileName);
4 canonical = getFileChooser().getFileSystemView().createFileObject(directory.getCanonicalPath());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.