{
File.Delete(newFullPath);
}
if (!File.Exists(fullPath))
return false;
File.Move(fullPath, newFullPath);
catch (Exception e)