Move

Moves a file to a different location.
if the file is being moved to a different location on the same Volumen then the file is not actually moved and deleted but is just renamed.
This method will also not throw an exception if the source and dest names are the same.

System.IO.File.Move(source, dest) 



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext