<!-- Welcome! Before creating a new issue: * This is an extension for JupyterLab repository. Unrelated issues will be closed. * Search for relevant issues * Check that you have updated both the jupyterlab extension and the python package to the same version --> ## Description `jupyterlab-unfold` does not seem to support `jupyter-collaboration` as it is unable to handle the RTC custom drive path prefix (RTC:) ## Reproduce <!--Describe step-by-step instructions to reproduce the behavior--> 1. `pip install jupyterlab-unfold jupyter-collaboration` 2. Start jupyterlab 3. Click into any folder 4. Try to create a new file/folder 5. See error 'No such directory: RTC:<directory path>' <img width="1139" alt="Image" src="https://github.com/user-attachments/assets/47ac2b3e-3ff6-43c1-a03f-27f5e2841ac1" /> ## Expected behavior Able to create/move files/folders in directories using the UI. ## Context jupyterlab-unfold==0.3.3 jupyter-collaboration==3.1.0 jupyterlab==4.3.5