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
kush
NA
1
0
Parameter passing in public static void main method ???
Oct 14 2005 1:30 AM
Hi there.. am writing a middleware application. and having some trouble to pass parameters in the public static void main (String[] args) method.
can anyone help me please ??
static void Main(string[] args)
{
string pathInfo;
pathInfo = "C:\\Kush\\ConsoleApplication1\\bin\\Debug";
BuilderProject.Build bp = new BuilderProject.Build(pathInfo);
}
i need to pass the pathInfo in the static void main function as this console app is being called through the command line.
help plz
kush28
Reply
Answers (
1
)
FileSystemInfo.LastModifiedDate?
assigning the position of a control in a webform