Click here to Skip to main content
15,887,444 members
Home / Discussions / C#
   

C#

 
QuestionXML Serializing an Object that Inherits a List of itself Pin
Patricker10-May-09 21:35
Patricker10-May-09 21:35 
AnswerRe: XML Serializing an Object that Inherits a List of itself Pin
Webnoi29-Jun-09 10:54
Webnoi29-Jun-09 10:54 
GeneralRe: XML Serializing an Object that Inherits a List of itself Pin
Patricker29-Jun-09 13:33
Patricker29-Jun-09 13:33 
QuestionWindows Service Starts multiple threads Pin
livez10-May-09 21:25
livez10-May-09 21:25 
AnswerRe: Windows Service Starts multiple threads Pin
N a v a n e e t h10-May-09 22:55
N a v a n e e t h10-May-09 22:55 
AnswerRe: Windows Service Starts multiple threads Pin
Nicholas Butler10-May-09 22:57
sitebuilderNicholas Butler10-May-09 22:57 
GeneralRe: Windows Service Starts multiple threads Pin
livez10-May-09 23:00
livez10-May-09 23:00 
QuestionSearching files Pin
Rajdeep.NET is BACK10-May-09 21:13
Rajdeep.NET is BACK10-May-09 21:13 
Hi friends,

I have a file called 'simple.txt' in the C:// drive, but I dont know the exact location in the drive, since there are many directories present. Now, I want to manipulate with the file, i.e., write, read, rename or delete it from the drive. Suppose, I want to delete it with this code: System.IO.File.Delete(@"C:/simple.txt");or run/open the file with this peice of code: System.Diagnostics.Process.Start(@"C:/simple.txt");. But this works, only if the file's location is C://simple.txt, not in the case of C://unknowndirectory/simple.txt. Please help me. And also tell me, if its possible to manipulate with a file without assigning its extension.

Your help will be greatly appreciated,
Rajdeep.NET

NOTE: I've posted the same question earlier also, but since I did not find any appropriate result, I had to post it again with better explanation. Sniff | :^)
AnswerRe: Searching files Pin
Eddy Vluggen10-May-09 21:39
professionalEddy Vluggen10-May-09 21:39 
GeneralRe: Searching files Pin
Rajdeep.NET is BACK10-May-09 21:51
Rajdeep.NET is BACK10-May-09 21:51 
GeneralRe: Searching files Pin
Eddy Vluggen10-May-09 22:18
professionalEddy Vluggen10-May-09 22:18 
GeneralRe: Searching files Pin
Rajdeep.NET is BACK10-May-09 22:46
Rajdeep.NET is BACK10-May-09 22:46 
GeneralRe: Searching files Pin
Eddy Vluggen10-May-09 22:52
professionalEddy Vluggen10-May-09 22:52 
GeneralRe: Searching files Pin
Rajdeep.NET is BACK10-May-09 23:17
Rajdeep.NET is BACK10-May-09 23:17 
AnswerRe: Searching files Pin
Vikram A Punathambekar10-May-09 22:26
Vikram A Punathambekar10-May-09 22:26 
GeneralRe: Searching files Pin
Rajdeep.NET is BACK10-May-09 22:41
Rajdeep.NET is BACK10-May-09 22:41 
GeneralRe: Searching files Pin
Vikram A Punathambekar11-May-09 2:19
Vikram A Punathambekar11-May-09 2:19 
GeneralRe: Searching files Pin
Rama Krishna Vavilala29-May-09 9:49
Rama Krishna Vavilala29-May-09 9:49 
QuestionMy windows server trace is showing error Pin
avi_dadi200210-May-09 20:58
avi_dadi200210-May-09 20:58 
QuestionC# NETWORKING PROBLEM Pin
teddy110-May-09 20:46
teddy110-May-09 20:46 
AnswerRe: C# NETWORKING PROBLEM Pin
Dave Kreskowiak11-May-09 5:01
mveDave Kreskowiak11-May-09 5:01 
AnswerRe: C# NETWORKING PROBLEM Pin
Larryville12-May-09 4:09
Larryville12-May-09 4:09 
QuestionSeperate one string into 2 Pin
KIDYA10-May-09 20:45
KIDYA10-May-09 20:45 
AnswerRe: Seperate one string into 2 Pin
Anubhava Dimri10-May-09 21:06
Anubhava Dimri10-May-09 21:06 
GeneralRe: Seperate one string into 2 Pin
KIDYA10-May-09 21:25
KIDYA10-May-09 21:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.