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: replace dirname() loop
* In -p mode, split a directory argument with File::Spec as recently done in mkdir
* The final element of the split is ignored because that directory has already been removed by the unconditional remove()
* The '/' directory will not be removed if an absolute path is given on u***nix
* test1: perl rmdir -p A/B/C # relative path
* test2: perl rmdir -p /a/b/c # absolute path
* remove stray variable
0 commit comments