Whenever I call System.Directory.getDirectoryContents, the first thing I do is to filter out "." and "..". Is there a portable and simple way to do this? I even think that "." and ".." should not be part of the result at all, but that's a different discussion.