<div dir="ltr"><p>Hi everyone,</p><p>I hope this email finds you well. I’ve encountered an issue with importing files into Cuis on Linux, and I’m hoping to get some advice or guidance.</p><p>When I try to drag and drop a file from a directory containing spaces in its name, Cuis reports that the file does not exist. After investigating the code, I found that the primitive <code>primitiveDropRequestFileName</code> seems to be the source of the problem.</p><p>Specifically, on Linux, this primitive returns the file path as a URL-encoded string. For example:<br><code>/home/valnrms/Downloads/2024-2c/Parte%203/04-Portfolio2/Portfolio2-Solucion.st</code><br>Instead of:<br><code>/home/valnrms/Downloads/2024-2c/Parte 3/04-Portfolio2/Portfolio2-Solucion.st</code>.</p><p>On Windows, the primitive correctly returns the path with spaces, but I don’t have access to macOS to verify its behavior there.</p><p>I also tried investigating whether the File List could provide a workaround since it seems to handle file paths with spaces correctly. However, I haven’t been able to make much progress yet in leveraging that approach.</p><p>I’d like to address this issue, but I believe it requires modifying the primitive. Unfortunately, I’m not sure where to begin with this. If anyone could provide some guidance, advice, or documentation to help me start working on this, I would greatly appreciate it.</p><p>Thanks in advance for your help!</p><p>Best regards,</p><p>Valentín :)</p></div>