Hello,
I am trying to open a file but I am getting error saying Illegal characters in PATH.
I am expecting system to go to server's Desktop folder. Although, I have SomePdfFile.pdf on both Server and Client's Desktops.
My code:
myPathVariable := 'C:\Users\muUserName\Desktop\SomePdfFile.pdf';
File.Open(myPathVariable); //results in illegal character in PATH error message.
Any suggestion?
*This post is locked for comments
I have the same question (0)