[This is preliminary documentation and is subject to change.]
Moves file from source to destination, overwriting destination if it exists, as safely as possible.
File.Replace, File.Copy/File.Delete, or File.Move is used depending on circumstances.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.1 (0.6.3.1)
Syntax
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If source or destination is used. |