-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Hello,
I have encountered a problem when trying to delete a broken symbolic link.
The symbolic link points to a nonexistent file, and when you try to delete it, the operation fails, saying that the file does not exist.
Steps to Reproduce:
- Create a symlink pointing to a non-existent file.
- Try to delete the symlink using the appropriate method, smbclient.unlink()
- The operation fails.
Obviously, if the symlink is not broken then the unlink method works correctly
Metadata
Metadata
Assignees
Labels
No labels