afero icon indicating copy to clipboard operation
afero copied to clipboard

(GH-141) Fix renaming a dir with sub-directories

Open da-ar opened this issue 3 years ago • 2 comments

This is an update to https://github.com/spf13/afero/pull/239 to address the open comments, and rebased off master

da-ar avatar Sep 02 '21 16:09 da-ar

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 02 '21 16:09 CLAassistant

what happens if you have got two sub directories called

/subdir1/whatever/
/subdir10/whatever1/

and you try to rename subdir1?

jxsl13 avatar Jan 09 '22 21:01 jxsl13