andrewhayden / folderslice

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

Gadget ignores shortcut files #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Drag a folder to the gadget and observe the information on number of files
2. Create a new shortcut within that same folder
3. Refresh and/or drag the folder to the gadget again; number of files,
size do not change.

What is the expected output? What do you see instead?
Shortcuts are still files.  Their size should be counted towards the total.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by andrew.h...@gmail.com on 15 Jun 2007 at 10:24

GoogleCodeExporter commented 9 years ago
This was an easy fix.  Removed check for "isLink".  Relying on negation of 
"isFolder"
to check if a resource is actually a file.

Fixed in revision 86.

Original comment by andrew.h...@gmail.com on 15 Jun 2007 at 9:18

GoogleCodeExporter commented 9 years ago

Original comment by andrew.h...@gmail.com on 19 Jun 2007 at 2:17