edenkyira / snapbackup

Automatically exported from code.google.com/p/snapbackup
0 stars 0 forks source link

Can't Backup Hidden Files #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some data files are embedded in the normally hidden "Application Data" of
Windows (e.g., Palm Desktop).  Even when set to be visible in Windows, app
data directory remains hidden to Snap Backup and cannot be placed in the
backup list.  Need to have ability to see those files.

Submitted by Jovec.

Original issue reported on code.google.com by pilaftank on 20 Nov 2008 at 8:38

GoogleCodeExporter commented 9 years ago
This definitely needs to be resolved.

Problem is that the chooser by default does not show hidden folders/files.  Snap
Backup needs to be enhanced with an option to show hidden folders/files and then
configure the chooser accordingly.

Method:
   javax.swing.JFileChooser.setFileHidingEnabled(false);

Original comment by pilaftank on 20 Nov 2008 at 8:44

GoogleCodeExporter commented 9 years ago
Fixed in version 5.1.

Original comment by pilaftank on 4 Jun 2009 at 3:41