You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing directory C:\Users\Dean\AppData\Local\Temp\0E8864CE-4A70-466C-AB25-AB2350AA663C… This function is not supported on this system.
System.IO.IOException: This function is not supported on this system.
at Microsoft.VisualBasic.FileIO.FileSystem.ThrowWinIOError(Int32 )
at Microsoft.VisualBasic.FileIO.FileSystem.ShellFileOperation(SHFileOperationType , ShFileOperationFlags , String , String , UICancelOption , FileOrDirectory )
at Microsoft.VisualBasic.FileIO.FileSystem.ShellDelete(String , UIOptionInternal , RecycleOption , UICancelOption , FileOrDirectory )
at Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectoryInternal(String , DeleteDirectoryOption , UIOptionInternal , RecycleOption , UICancelOption )
at Microsoft.VisualBasic.FileIO.FileSystem.DeleteDirectory(String , UIOption , RecycleOption )
at Vacuum.Program.remove(Boolean force, AbsolutePath item)
The text was updated successfully, but these errors were encountered:
This usually means that administrator's rights are required to delete these items.
No idea which process creates that, but I periodically observe the same situation (GUID-like directories which may only be deleted with elevated permissions) on my computers.
I usually clean them up via sudo pwsh -c vacuum, but, obviously, on your computer, it's up to you.
There's a plan to stop showing exception stack traces for such cases (#23), but I don't think anything else could be done with that regard. This is an actual error we're getting from the system when trying to remove these items. We may try to guess what's usually wrong and suggest the user to restart the program with elevation, though?
Run on Windows 10:
vacuum.exe -p 5
The text was updated successfully, but these errors were encountered: