NTFS « JFileChooser « Java Swing Q&A





1. JFileChooser and NTFS JunctionPoints / Symlinks?    stackoverflow.com

The JFileChooser in Swing (Java 1.6.0_u25) doesn't seem to know how to deal with NTFS Junction Points or Symbolic Links. The file chooser has no special handling: int rv = mainfileChooser.showOpenDialog(parentFrame) When using this ...