No, you cannot delete the Infinite Application Data folder.
No, you cannot delete the Infinite Application Data folder.
The ProgramData directory holds program-related information such as configurations and saved files. Removing it is usually not recommended.
Did you check the image clearly? It appears in the same directory within the Application Data folder multiple times.
It's a link or symlink that isn't set up correctly... it doesn't occupy physical space on your storage, just showing a small size like 5 GB or similar. It acts as a shortcut in the path C:\users\[your username]\Application Data, which points to itself, so each click displays the contents of the base folder. You might be able to resolve it using SysInternals Suite's junction.exe or by running rmdir via the command line on that directory... but it could be risky since it's a protected or system folder, and making changes might cause issues.