Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone!
All my project related files/qvd's/qvs/etc are stored in D:\Data1\<file names>
So, I am using an variable as
SET v1= '.\'
But, what if the file is located in the C:\<file name> how write the path to store into an variable.
If I am using SET v2='\' it is searching in the 'D:\' and throwing an error as 'File not found D:\Data1\<File Name>'
Can any one help in understanding the same and what is the difference between
SET v1='..\' and SET v1='.\'
That's correct.