Hey everyone, I recently ran into a problem while extracting some files with 7z, where I would place said files in a specific path which, together with the file name, would go over the 260 character Windows API limit (https://docs.microsoft.com/en-us/windows/win32/fileio/naming-a-file). 7z seems to extract the file without issue, and gives no warnings/errors, but then once I try to use the file in any way, i.e. change its name or move it to a different location, nothing will happen and it will revert...