cdoverlaw Posted January 31, 2004 Posted January 31, 2004 How do i delete a file in the programs startup director e.g file is called data1.cde Jonathan Quote
*Experts* mutant Posted January 31, 2004 *Experts* Posted January 31, 2004 You can utilize the Delete method of the file class, and the StartupPath property of Appllication object which contains the path of your program. IO.File.Delete(Application.StartupPath & "\filename.ext") Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.