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
ricardo rosa
NA
20
0
Retrieve args value
May 28 2009 11:05 AM
Hi guys
I want to retrieve the value from args.
I have this code
static void Main(string[] args)
{
string path = args[0];
Console.Write(args[0]);
When i run the app i write in the command line app C:\Web Configs\SERVER34\WConfig\web.config
I want to write C:\Web Configs\SERVER34\WConfig\web.config but instead of that i have "C:\Web "
Can anyone help me?
thanks a lot for your precious help
Reply
Answers (
2
)
C# reading tables from a word document
Sharing Instantiated Objects in Windows Forms Application - Part II