Disturbing Diffs - Unsafe open?
- file_move_safe(move_from_path, move_to_path)
+ move_file(move_from_path, move_to_path)
Is move_file not as safe as file_move_safe? Is it safer? Dare I read the other diffs to find out? Am I better off not knowing?