Hello, I'm working on a project the requires a password login and I would like to
save the password in a .txt file to the C: folder.
I tried using TextFile.WriteFromString();
But when I go to the C: folder where the file should be,
there's is no text file with the name I provided.
What did I do wrong???
save the password in a .txt file to the C: folder.
I tried using TextFile.WriteFromString();
But when I go to the C: folder where the file should be,
there's is no text file with the name I provided.
What did I do wrong???