Forum Discussion
jorgesimoes1983
13 years agoRegular Contributor
I suggest that you debug "logFilePath" and compare it with the manual path you use.
And you can try it with your project path just to see how it goes:
var Path;
var file; --> place your file name
Path = Project.Path;
Path += file;
And you can try it with your project path just to see how it goes:
var Path;
var file; --> place your file name
Path = Project.Path;
Path += file;