TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
nisseh32
NA
13
0
How do I create a new path in C# ?
Jan 12 2004 3:32 PM
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();
Reply
Answers (
4
)
putting pictures on a button
Web Service serialization