This is the AMP version of this page.
If you want to load the real page instead, click this text.

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,141
113,131
1,213
Indonesia


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


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



press ok and result :


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 ?
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.

```
 
Reactions: GHr__><__

xyzhunter

PMT Modder
Original poster
Staff member
Modding-Team
Oct 28, 2020
2,141
113,131
1,213
Indonesia
well i never try that. but thanks
 
Reactions: 3.Sav.Modz