Unable to delete folders from Mac archive on Windows

5,381

Found the solution myself:

  1. Open a command prompt from the lowest-level child directory
  2. Enter "dir /x" to see the content
  3. Manually delete the files/folders using the 8.3 file names
  4. Repeat as necessary until the parent directory can be deleted as well
Share:
5,381

Related videos on Youtube

user1439542
Author by

user1439542

Updated on September 18, 2022

Comments

  • user1439542
    user1439542 over 1 year

    I extracted a zip file, but found that I cannot delete the extracted folders afterwards. Including the actual file folder and the __MACOSX folder.

    If I shift-delete these files, nothing happens. If I try to delete them normally, I get an error message that says

    "Could not find this item. This is no longer located in C:..."

    My friend is on MacOS, not sure which version, while I'm running Windows 10 on NTFS.

    How can I force delete these folders?

  • Tetsujin
    Tetsujin over 8 years
    chmod & rm on Windows?
  • Dale
    Dale over 8 years
    Well you COULD do it using Cygwin however I understand that might not be something you want to do. I've often used Cygwin to by-pass windows SLOW process of deleting files. I'd then suggest right clicking on the folder and making sure it isn't READ ONLY. It will then ask you if you want to apply the changes to to everything inside of it. Answer YES.