|
StarBurn SDK (Software Development Kit)
|
typedef enum _NAME_COLLISION_SOLUTION { NAME_COLLISION_SKIP_NEW = 0, NAME_COLLISION_REPLACE_OLD = 1, NAME_COLLISION_RENAME_NEW = 2, NAME_COLLISION_MERGE_FOLDERS = 3 } * PNAME_COLLISION_SOLUTION, NAME_COLLISION_SOLUTION;
Enum that represents the solutions of name collisions
|
Member |
Definition |
|
NAME_COLLISION_SKIP_NEW |
Remove new node and leave old node |
|
NAME_COLLISION_REPLACE_OLD |
Remove old node and insert new node |
|
NAME_COLLISION_RENAME_NEW |
Leave old node and insert new node with the new name |
|
NAME_COLLISION_MERGE_FOLDERS |
Add files from new folder into an old folder |
|
Copyright (c) 2001-2006 Rocket Division Software. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|