BGC Tools
|
Static Public Member Functions | |
static void | SafeMove (string srcPath, string dstPath, bool deleteOnDuplicate=true) |
Move file from the source path to the destination path. More... | |
Definition at line 5 of file Utility.cs.
|
inlinestatic |
Move file from the source path to the destination path.
WARNING: if you set delete on duplicate to false it will not move src to dst. If you set it to true it will delete the current file at dst and move src. After, it wil destroy the file at src.
srcPath | |
dstPath |
Definition at line 17 of file Utility.cs.