votes
delete all files except
hello, i have this code [code] DirectoryInfo di = new DirectoryInfo(Application.StartupPath + "\\lab"); // or whatever it's called FileInfo[] fia = di.GetFiles(); DirectoryInfo[] subDirs = di.GetDi ...
blah blah blah is here! blah blah » Close
hello, i have this code [code] DirectoryInfo di = new DirectoryInfo(Application.StartupPath + "\\lab"); // or whatever it's called FileInfo[] fia = di.GetFiles(); DirectoryInfo[] subDirs = di.GetDi ...
hello, i need code to delete all files in my folder application except tow files how can i do that? For example: my folder application "Debug" file 1 = Debug.exe file 2 = WindowsFormsApplication1.vshost.exe.manife ...
I would like to see ALL of My Questions in www.debugging.com. How do I enable it? I can only see those latest questions. I would like to view those earlier questions also. thanks.
hello , i have tow questions : 1 - i want code to close all forms like [code] closeAllForms();[/code] 2 - i want code like this [code] this.Button1.Click(); [/code]
Got feedack? Found a bug? report it here.