altered behavior of the 'move' operation
authorLukas Hrazky <lukkash@email.cz>
Mon, 19 Jul 2010 21:14:45 +0000 (23:14 +0200)
committerLukas Hrazky <lukkash@email.cz>
Mon, 19 Jul 2010 21:14:45 +0000 (23:14 +0200)
commit82205666ca5ad2b6d92d386a69706d6785802afb
tree5e1a1bd0bc8dc84612172857292c350a5a78d447
parent6e733888214ac8adfd79c1f2afc7b410a0302078
altered behavior of the 'move' operation

in case rename(...) call is not used, remove all files after everything
is copied (instead of removing each right after it was copied) and don't
remove at all if the target was present and not overwritten (temporary,
I'm not sure of the expected behavior in this case)

Signed-off-by: Lukas Hrazky <lukkash@email.cz>
src/fileoperator.cpp
src/fileoperator.h