Hi,
I have a pdf file which i want to open at the runtime after take the build in system.
I used below code for this concept:
Application.OpenURL("AC_Data/Resources/Packing Instructions.pdf");
but its not working. It always shows file path cannot be found message.
Please help me to do this.
Its very urgent.
Thanks.
i always get this error message " There was an error opening this document. This file cannot be found."
what kind of error is this?
Seems really clear to me…the file could not be found. Specify a path and file that exists, instead.
–Eric
Raigex
4
Usually when you want to open a file you use the “file://” and its path you are just giving it a base string (not http:// file:// ftp:// etc)
i gave the correct path but i dont know why its not open…?