Tutorial how to delete file with long name and long path ( nested folder)

xyzhunter

PMT Modder
Original poster
Staff member
Modding-Team
Oct 28, 2020
2,094
110,007
1,213
Indonesia
1638235157069.png


oh no !!!, but don't worry i will tell you how delete this,

first, install 7zip or winrar
7zip : Download
winrar : WinRAR

second, it's up to you what you use, i will use 7zip, let's find 7zip file manager and click it
1638235571317.png

1638235636192.png


third, find where's location file you want delete, if you want delete all then click that folder then press ctrl a, then shift delete

1638235950035.png

1638235983973.png

press ok and result :
1638236039119.png


GREAT!!!, NO CMD, NO STUPID UNLOCKER
for use apk easy tools , make sure close it before you want try delete file


Q.A:
Q: why don't press this one
1638236212808.png
?
A : it's delete go to trash bin , so if you want permanent delete , press shift + delete

Q: where's video, i need video?

A: Search on youtube not google.
 

3.Sav.Modz

Platinian
May 19, 2021
31
88
8
23
Modding Universe
the best way is <i tried on a 1k extrae so it will work on anything and kill anything>
```
robocopy empty_dir base_nested_dir /purge

Example: If you have a folder path that's too long such as:

D:\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles

follow these instructions to delete it.

  1. Create an empty folder, such as C:\Users\Name\Desktop\temp.
  2. Open a Command Prompt window.
  3. Type robocopy C:\Users\Name\Desktop\temp D:\BackupFolder /purge
Note: If there are spaces in either path in Step 3, the path must be inclosed by quotation marks.

```
 
  • Like
Reactions: GHr__><__

xyzhunter

PMT Modder
Original poster
Staff member
Modding-Team
Oct 28, 2020
2,094
110,007
1,213
Indonesia
the best way is <i tried on a 1k extrae so it will work on anything and kill anything>
```
robocopy empty_dir base_nested_dir /purge

Example: If you have a folder path that's too long such as:

D:\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles\BackupFolder\Copy\MyFiles

follow these instructions to delete it.

  1. Create an empty folder, such as C:\Users\Name\Desktop\temp.
  2. Open a Command Prompt window.
  3. Type robocopy C:\Users\Name\Desktop\temp D:\BackupFolder /purge
Note: If there are spaces in either path in Step 3, the path must be inclosed by quotation marks.

```
well i never try that. but thanks
 
  • Like
Reactions: 3.Sav.Modz