You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rmdir() will only succeed if the target directory is empty.
use a helper function to recursively delete the target directory
contents before using rmdir() on it.
0 commit comments