Moving ArduinoData folder Windows 11

Hi,
I am in the process of moving the files used by the Arduino IDE from one drive to another.. i.e. C:\Users<user>\Arduino & C:\Users<user>\ArduinoData to D:\Development\Arduino and D:\Development\ArduinoData. I was able to modify the location of the sketch folder in the .ArduinoIDE\arduino-cli.yaml:
directories:
builtin:
libraries: C:\Users\xxxxxx\AppData\Local\Arduino15\libraries
data: c:\Users\xxxxxx\AppData\Local\Arduino15
downloads: C:\Users\xxxxxx\AppData\Local\Arduino15\staging
# user: c:\Users\xxxxxx\OneDrive\Documents\Arduino
user: d:\Development\Arduino
I don't see any reference to the ArduinoData folder anywhere - has this been replaced by the Arduino15 folders?

The reason for the move is that the Arduino and ArduinoData folders are on OneDrive and I am trying to see if that is causing performance issues with compiling code.

Hi @wmb247.

Yes. C:\Users\<username>\Documents\ArduinoData\ is the equivalent of C:\Users\<username>\AppData\Local\Arduino15\.

C:\Users\<username>\Documents\ArduinoData\ was only used by the Microsoft Store version of Arduino IDE 1.x. It is not used at all by any version of Arduino IDE 2.x.

@ptillisch - thanks for confirming...

You are welcome. I'm glad if I was able to be of assistance.

Regards,
Per