Dir (File Advanced) returns dot-files, while Dir (File) doesn't

Hey,

not quite sure if it’s a bug or a feature, but after all it’s a different behaviour on those nodes.

Dir (File) ignores dot-files while Dir (File Advanced) returns them. Especially annoying if some OSX User created all those indexing files …

Not sure if it’s a bug or desired behaviour. In the latter case, is there some Mask Expression to ignore those?

thx
-readme

Dir (File) ignores hidden files by default, but has an option Include Hidden to include them. it does not ignore files starting with a dot (which i think does not have a special meaning on windows systems but means hidden on -nix systems).

you can’t ignore specific files via mask, only include specified ones. but of course you could filter the spread thats returned by the node.

thx joreg, obvious user error …