Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
How do I create a new path in C# ?
nisseh32
20y
2.7k
1
Reply
FileInfo f=new FileInfo("test.txt"); FileStream fs= f.Create(); fs.Close(); the code above works fine but not the one below FileInfo f=new FileInfo("NyMapp/test.txt"); FileStream fs= f.Create(); fs.Close();
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
putting pictures on a button
Web Service serialization