Can manually delete directories for Old version ?
- %userprofile%.nuget\packages\xxx[version number] , I have over 40 version
What file delete on below path ? - %userprofile%\AppData\Local\UiPath.cache
Can manually delete directories for Old version ?
For the NuGet packages folder (%USERPROFILE%.nuget\packages):
• You can manually delete subfolders corresponding to versions you no longer need.
• UiPath will automatically re-download any packages it requires if they’re missing.
For the UiPath cache folder (%USERPROFILE%\AppData\Local\UiPath.cache):
• This folder holds temporary or cached data. You can delete its contents safely.
• Deleting the entire folder or its subdirectories forces Studio/Robot to regenerate new cache files on the next run.
A few considerations:
• Make sure to close all UiPath processes before manual deletion to avoid file-lock issues.
• It’s a good idea to back up these folders first so you can recover something if needed.
LLM helped me to rephrase my answer with more details but it’s validated by me so you can relay on this.
Hi @moonhkt
Yes, you can manually delete old version folders
and you can also safely delete the contents of the folder (cache files) to clear temporary data.
Happy Automation
You can dleete both folders completely..UiPath would recreate and download required packages once you open any project again
Cheers
Thank. Noted and will try.