I have a program that uses a lot of loading/saving of text files, and I want some of these files to be unreadable to the user. I gave them weird extensions like .crse, but what I'd really like to do is make the files hidden or not readable in notepad. I guess I could encrypt them, but that would take a while, and my code is already messy. Also, with all of these files, my folder becomes really cluttered, is there a way for me to make new folders? Lastly, how do I delete folders and text files. Thanks in advance.