> Oh, also... How exactly does the pref work? Does SbS ignore all > directories below an ignored directory, or does it still traverse those > subdirectories?
No, as it's ignoring that folder, all sub-folders are ignored as well. There's a function which is called against every file/folder, if it returns true, the item is analyzed, if not, it's ignored. Thus the content is unknown. (see Slim::Utils::Misc::fileFilter()). -- Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
