Description
Oracle has a nasty habit of being able to generate file and folder names longer than the Windows 256 character limit. So simply right - clicking and delete will not work. Using Robocopy, this will take care of them.
Source Code
mkdir C:\DEL
robocopy "UNC Path" C:\DEL /E /Mov
rmdir W:\DEL
2 Spice ups
marius
(Yotta)
2
Well done, exactly what I need to delete files/folder with over 256 caracthers
You could also use the Long Path Tool which will let you easily delete, copy or rename long path files