Click here to Skip to main content
15,907,329 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
I need to create an windows service, when i start service it must be create an folder in my local system. Can any one give me any idea?
Posted

1 solution

What sort of idea?

Based on the nothingness that is your question, I'd start with looking at Google and searching for something like "Create a windows service in C#". I'd read the millions of tutorials that are out there talking through how to create a Windows Service.

After that I would revisit Google and this time I would search for:
"C# Create a Directory"

Or I would look at visiting Directory Class on the MSDN[^]

Hope that helps you complete your objectives.

I would suggest you take 5 minutes and read the Code Project Quick Answers FAQ[^] so that you can ask better questions in future.
 
Share this answer
 
Comments
thatraja 4-Dec-13 8:04am    
Fair enough, 5!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900