Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rimraf not removed all the files properly when application uninstall #295

Open
ArunKathir98 opened this issue Dec 28, 2023 · 0 comments
Open

Comments

@ArunKathir98
Copy link

I have developed one electron application with squirrel windows.

While uninstalling the application I am trying to clear the folder of user AppData directory by using
require( "rimraf" ).sync( AppDataPath() );

Some of the file are removed but some files are not removed properly still maintained in appDatapath.

Non Removed Folders ( Eg: Blob storage, cache storage, code cache, network folder )

Any solution how to address the error why other files are not removed from this directory?

Thanks in advance for your help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant