Line # Revision Author
1 1 moose - Workspace
2 - is a dir:
3 - lists all files and dirs recursivly.
4 - might have to try and guess if its a recursive link :(
5 ie: if (islink($file) && readlink($file) =~ $file) or dirname(abspath($file)) eq $curdir;
6
7 - Dir
8 - has associated "types" (ie: text/html)
9
10 - Type
11 - has a mime/type
12 - has
13 o Pattern to match: pat:*.txt
14 o regex to match: match:README imatch:makefile
15
16 - sort types:
17 - Type: headers, Source, docs,
18
19