Home > Software design >  Unable to write file in vs code
Unable to write file in vs code

Time:01-02

I tried run it as administrator, restarted my computer, but nothing work. I'm new to code, this is my first question, hope someone can help me with it (sorry my English is bad)

CodePudding user response:

You're trying to write to System Volume Information, which is a protected folder created by the operating system.
This means you can't delete it, since windows needs this folder to work.
Try making a file in a different directory.

CodePudding user response:

Can you try switching to a different directory in your machine?
Something like outside the E:\System Information folder?

  • Related