Read the first line of the error message:
System.UnauthorizedAccessException: Access to the path 'F:\JKSV\Saves\Pokémon_Sun\Sun Main\main' is denied.
Save it elsewhere (to your desktop), then move it manually. Future releases will have a more descriptive error message...
catch (UnauthorizedAccessException x)
{
WinFormsUtil.Error(x.Message, "If destination is a removable disk (SD card), please ensure the write protection switch is not set.");
}