commit | c29b7c352438669ee22961466360e926a831d313 | [log] [tgz] |
---|---|---|
author | Aric Stewart <aric@codeweavers.com> | Fri Mar 03 10:08:32 2006 -0600 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Mar 06 15:57:22 2006 +0100 |
tree | ec8680a8f9576e11f3c8e680a9fe8bd74feb8722 | |
parent | 71b94726d9661d2f51afe4bd72539de656dcd0a3 [diff] |
shell32: Skip dot directories in SHFileOperation. In ShFileOperation when generating a file list with * wildcards, for example for deletion, do not include the dot directories (. and ..) in the list, because that cause the operation to spiral out of control.