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.



Posted by Russell on May 31, 2001 1:00 PM

For the second part, go to Excel VBA Help, and look up the Dir function. The example they give (you must click on the "example" link) should point you in the right direction...