Hello,

I am getting an error for the last 4 lines of code below. I tried various ways to set the file path but with no luck. I appreciate any help. I know it's basics but I have been trying to get this working for hours with no luck.

Error 062: Can't open test-file_read_EURCHF.par


char name1[200] ;
name1 = "c:\\Zorro\\Strategy\\test1.txt";
string content="";
file_write (name1, content, 0);