Hi,
I want to access a file which is located on Desktop using x++ for Reading.
I have a text file as an input, let say, 'input.txt', I need to concatenate filepath with input.txt. I have used filepath = @"C:\Users\Dinesh\desktop\",
& did this filepath + fileName = @"C:\Users\desktop\input.txt" but this is not working.
Also I have used System.IO.Path::getFullPath('input.txt'), but this returned the wrong path.
Is their any other way to get the file path using x++ ?
Thanks & Regards,
Dinesh