Command to get relative path
-
I have to get the relative path to an excel sheet which is placed in folder where my vb.net project is present. What is the command to get relative path ? Divya Rathi
-
I have to get the relative path to an excel sheet which is placed in folder where my vb.net project is present. What is the command to get relative path ? Divya Rathi
Look up the
Application
(for .NET) orApp
(VB 6) object. ...Steve 1. quod erat demonstrandum 2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." I read that somewhere once :-) (Translation: I'll show you the way, but not write the code for you.) -
I have to get the relative path to an excel sheet which is placed in folder where my vb.net project is present. What is the command to get relative path ? Divya Rathi