andrewhayden / folderslice

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

Gadget breaks on folders with archive-like names #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a folder called test.ACE
2. Try to drag the folder containing test.ACE into folderslice
3. Gadget stays in "processing" mode forever

What is the expected output? What do you see instead?
1. Gadget should not break when encountering folders that have archive-like
names (.ace, .zip, .rar ...)
2. When gadget DOES break it should be possible to see the error.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by andrew.h...@gmail.com on 12 Dec 2007 at 5:19

GoogleCodeExporter commented 9 years ago
When System.Shell.SHFolder.Items.isFolder == true, we now try to get the 
resource as
a file through ActiveX (FileSystemObject.getFile()).  If the resource can be
retrieved as a file, then it is actually an archive - not a folder - and the
appropriate logic is provided.

I'm going to open a separate issue for the "see error" portion of this issue.

Should be in release 0.9.4.

Original comment by andrew.h...@gmail.com on 12 Dec 2007 at 6:52

GoogleCodeExporter commented 9 years ago
Released in 0.9.4.

Original comment by andrew.h...@gmail.com on 12 Dec 2007 at 6:35