How to delete large file path/file name files in Windows. Which is slimier to Linux rm -rf . ?
How to Force Delete a File With the Windows Command Prompt. The following steps will help you force delete a file with the del command. Step 3: In the Command Prompt, type del , right-click to the paste in the folder address, and append the filename with its extension ( . html , .
To delete The file name is too long. errors files, we've to go for simple steps using default command of Windows robocopy
and rmdir
.
mkdir deleteLongFilesDir
under C:
or D:
driveD:\Development\Liferay\themes
directory contains the files which are not able to delete simply.robocopy D:\deleteLongFilesDir D:\Development\Liferay\themes /purge
, this command will print some logs and copy you all the files and sub directory of D:\Development\Liferay\themes
into deleteLongFilesDir
folder virtually, but when you open that directory... hurreeee...It's Empty ???
rmdir deleteLongFilesDir
from command line.D:\Development\Liferay\themes
files and folder.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With