Win32 doesn't have an "atomic rename" operation of the sort that UNIX
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 15 Mar 2001 09:50:39 +0000 (09:50 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 15 Mar 2001 09:50:39 +0000 (09:50 +0000)
commit7a03badb4a3829300794c7817bf277aa9b298f6c
treed7447c22d35d73f6da4f6490495ba23ef0b62de6
parent091977af66b763af3ae1d77db08ebe8de7a40c12
Win32 doesn't have an "atomic rename" operation of the sort that UNIX
has - or, if it does, it's not "MoveFile()", and "rename()" doesn't use
it, so you have to make sure the target of a rename doesn't exist before
doing the rename.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3134 f5534014-38df-0310-8fa8-9805f1628bb7
filters.c