Alternative to rename() that works on Windows.
fusion_rename( string $origin, string $target ) : void
$origin (string) (Required) The old name.
$target (string) (Required) The new name.
No value is returned.
fusion_rename(IMAGES.'articles/'.$file, IMAGES_A.$file)