Got a couple of questions
Posted by Rich on May 31, 2001 12:37 PM
I'm making this program where it shows the high scores in labels (ex: Name = Rich Score = 100) and i would like to make a Score.dat file where it will save the Form where the scores are at.
Second - I want to know how to delete a folder with all the files that are inside. I know that i can use the Kill statement but its for deleting files, and the RmDir is for deleting empty folders.
thats all.