Steps to reproduce
Create a symlink with powershell to a network mounted drive on windows.
new-item -itemtype SymbolicLink -path C:\myvault\myfolder -value Z:\my\shared\folder
Did you follow the troubleshooting guide? [Y/N]
Yes, i did try also on multiple computers and recreated vaults from scratch to test it
Expected result
Obsidian will see the folder and the files inside it and it’s going to be able to create new files and correctly edit AND DELETE them
Actual result
Obsidian will see the folder and the files inside it and it’s going to be able to create new files and correctly edit them.
The bug is obsidian can’t delete files or folders but i need to manually navigate to it and delete it.
Environment
SYSTEM INFO:
Obsidian version: v1.6.0
Installer version: v1.4.16
Operating system: Windows 10 Pro 10.0.22631
Login status: logged in
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: dark
Community theme: Red Graphite v1.0.1
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
Custom theme and snippets: for cosmetic issues, please first try updating your theme and disabling your snippets. If still not fixed, please try to make the issue happen in the Sandbox Vault or disable community theme and snippets.
Additional information
Network share is served by a windows host via smb3.
User has full permissions on it R/W and change permissions.