Iv never used anything to do with directorys in Visual Basic really...but heres what i want to do the way im trying isnt working and once i get a code to open a browse window then im sure there much better ways to do this anyway i want to delete a file in a directory the file is called custom.hpk and the user will enter the directory in the text box e.g they enter C:\folder\ and then i want the program to add "custom.hpk" to the end of that i have this but it doesnt work
VB Code:
Kill ((Text1.Text) & "custom.hpk")
i assume its something simillar to that but maybe im missing out something
i need the code to browse for files aswell thx




Reply With Quote