We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: