View Single Post
Old 11-06-2019, 02:09 PM  
InfoGuy
80/20 Rule
 
InfoGuy's Avatar
 
Industry Role:
Join Date: Apr 2010
Location: Los Angeles
Posts: 3,051
Open Windows Command Prompt

type

Quote:
RD /F /Q /S <full folder path>
RD = remove directory
/F = force deletion
/Q = force deletion of read only files
/S = all subdirectories and files

If your file path has spaces, then use quote marks at the beginning and end of the file path.

If RD doesn't work, then try using RMDIR instread of RD.
InfoGuy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote