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 ...
hi i have a text file with 1000 lines and i wand to delete the last line each time i press a button! is any function to delete the last line?? thanks
Hi, Im writing an application that uses SQL Server 2005. I have two tables CLIENT and CLIENT_PURCHASES The tables are joinned by the client_id field. I would like to delete a client but if a client has some purchases I'm receiving an ex ...
Got feedack? Found a bug? report it here.