if (! File. The Exists (filename))
{
FileStream fs.
Fs=new FileStream (filename, FileMode. Create);
Fs. The Close ();
}
The else
{
FileStream fs.
//create a file stream
Fs=new FileStream (filename, FileMode. Open);
Fs. The Close ();
}
CodePudding user response:
Files are hidden, modify the resource manager configuration, display all files and have a lookCodePudding user response:
Look at the following Settings folder options show hidden files display systemCodePudding user response:
Open a consoleEnter
C: enter
CD C: \ Windows \ System32 enter
Dir *. Bin/a
Have a look
CodePudding user response:
Have configured show hidden files display system, according to the webmaster tips through the console to find the file, prompt "can't find the file", if the other set can be normal to create the file, can also show that is the reason why the System32 folder?CodePudding user response:
The