Problem sending file from Android to Windows 11

Hi,
my only problem is when I try to send files from Android to Windows 11, all others functions are working perfectly.

is this sintax OK?

/C:/Users/MyUser/Desktop/KDE_files

My Android tell me that the files have been sent to my C but nothing happen.
Help please …
Thanks

Windows paths start with the drive letter and use \ as the separator (not /)

/ is generally OK as the separator in Windows, but not at the beginning of a path.

So that first / in /C:/Users/MyUser/Desktop/KDE_files is a problem.

KDE choosing a folder from the settings automatically sets the path like this:
/C:/Users/MyUser/Desktop/KDE_files

I also tried with C:/Users/MyUser/Desktop/KDE_files and C:\Users\MyUser\Desktop\KDE_files but nothing to do

how is your working path?