Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI All,
Currently iam using this path to fethc a file :
when i load this in different laptop every time i have to change the path and make it as C:
is there any way to load without changing the drive location ?
Thanks in advance
.\ just means one step up in the folder hierarchy.
Read this thread to understand the concept clearly.
Use the relative path to load from the same folder irrespective of the path.
Read more : Relative path and absolute Path
Hi Varun...
i saw that they use something like from [.... \data];
i am confused can you please tell me how ir works ?
Please check this
.\ just means one step up in the folder hierarchy.
Read this thread to understand the concept clearly.
Just to clarify
.\ means current directory (folder) E.g.: if C:\Parent\Child\app.qvw refers to .\ means C:\Parent\Child
..\ means the directory in which the current path is, using the same example as above, C:\Parent