79422414

Date: 2025-02-08 00:20:59
Score: 1.5
Natty:
Report link

For anyone still struggling (like I was) with deleting folders in a synced SharePoint directory, add force=TRUE.

unlink("dir", recursive = TRUE, force = TRUE)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: T. Austring