"C:\\Users\\pc\\AppData\\Roaming\\MetaQuotes\\Terminal\\1DAFD9A7C67DC84FE37EAA1FC1E5CF75\\MQL4\\Files\\forexsymbol.csv"
You are trying to read "C:\Users\pc\AppData\Roaming\MetaQuotes\Terminal\1DAFD9A7C67DC84FE37EAA1FC1E5CF75\MQL4\Files\C:\Users\pc\AppData\Roaming\MetaQuotes\Terminal\1DAFD9A7C67DC84FE37EAA1FC1E5CF75\MQL4\Files\forexsymbol.csv" That path does not exist.
Perhaps you should read the manual.
How To Ask Questions The Smart Way. 2004
How To Interpret Answers.
RTFM and STFW: How To Tell You've Seriously Screwed Up.
You read files out of "…\files" Just open "forexsymbol.csv".
why you tell this ?
the string is
filename="C:\\Users\\pc\\AppData\\Roaming\\MetaQuotes\\Terminal\\1DAFD9A7C67DC84FE37EAA1FC1E5CF75\\MQL4\\Files\\forexsymbol.csv";
int handle=FileOpen(filename,FILE_CSV|FILE_READ,";"); //comma delimiter
where is the first equal path ?
finally i understund sorry
i resolve with this
string filename="forexsymbol.csv"; //

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hi guys i read this part
https://docs.mql4.com/files
and i try to read a file i use this code for do that but nothing i tryed in all mode possible i think, but probably escape somthing
i try also insert relative path directly but noting , how is possible ?