BOFs
BOFs copied to clipboard
feat: remove the share specified by the user in addition to deleting the folder
When calling sharefolder_delete
a user will likely assume that the share created with sharefolder_create
is removed from the target system. This is not the case, only the folder is deleted and the share remains active. This merge fixes that oversight and removes both the folder and the share from the target using NetShareDel
.