FS2020 maximum path length is too small for the community folder, can you please resolve this?

I’m sorry to say this is just a nice workaround. This doesn’t change the fact FS2020 code can’t deal with paths containing more than 255 characters, and can’t deal with any non ANSI characters (I didn’t check lately but it used to be). Path length limit (MAX_PATH) and character sets (W or A APIs) are well known when you’re using the Windows API though.