Issue with paths

Hi,

I have been using Cursor for 3 months now and I am really happy with it.
However, on some projects, I have recently been running into issues with paths.

I have a folder called kUqZlpea8Mws in which all working files are located. This is to prevent bots from finding the folder I use as admin. This works fine. Within that folder, I have some useful folders, like include, modal, functions, libs and so on.

When I ask Cursor to update a file, whether I include the file like this : @filename.php or with full path like this : /home/user/Projects/MyProject/kUqZlpea8Mws/include/filename.php Cursor is not taking this into account.
Instead of updating the file :
/home/user/Projects/MyProject/kUqZlpea8Mws/include/filename.php
It is creating a new file called :
/home/user/Projects/MyProject/include/filename.php

The folder that is opened to work on this project is :
/home/user/Projects/MyProject

So it is ditching the kUqZlpea8Mws part of the path.

I am using the latest versions 0.47 and 0.48. It seems that it did not happen in earlier version, but I am not sure from which version this issue started.
I am using PHP and this is really getting harder as I use a few of those weird names to protect my projects.

When I decide to open the kUqZlpea8Mws folder instead of the name of the project, it works ok apparently, but there are still some files above and I can’t update them any more.

Thanks for your help

Fred