| View previous topic :: View next topic |
| Author |
Message |
ramraj Guest
|
Posted: Fri May 11, 2007 8:11 am Post subject: how to get files and folders path as per system location ab |
|
|
Hi,
Please help me in regarding
how to get the file or folders path according to system path
Suppose there is a file in "D:/MRF/cars/wheels" it must give the same path if i want wheels
but what i m gettin is
Suppose my application is in "C:/XYZ" in system
if i m searching for wheels it is giving "C:/XYZ/wheels"
help me if there is any function to get the absolute path according to system file or folder locations |
|
| Back to top |
|
 |
Hans Galema Guest
|
Posted: Fri May 11, 2007 8:11 am Post subject: Re: how to get files and folders path as per system locatio |
|
|
ramraj wrote:
| Quote: | how to get the file or folders path according to system path
Suppose there is a file in "D:/MRF/cars/wheels" it must give the same path if i want wheels
but what i m gettin is
Suppose my application is in "C:/XYZ" in system
|
In system??
| Quote: | if i m searching for wheels it is giving "C:/XYZ/wheels"
|
How do you search?
What does "D:/MRF/cars/wheels" have in common with a system path?
Please be more exact and show the code you use.
Hans. |
|
| Back to top |
|
 |
|