int CreateFileW(
Hello there,
I confirm that your suggestion to use CreateFileW() working great. Big Thanks :)
Hey, can someone please post a sample code of:
1. File reading with that function
2. File writing with that function
I am having a have time understanding what should i pass as parameters in that function.
For instance my file is located: Z:\Documents\Python\workfile.txt, how can i access it?
Thanks!
By saving inside of the sandbox.
Those file restrictions are security issues.
By saving inside of the sandbox.
Those file restrictions are security issues.
Thanks, but that doesn't get me any closer to understanding CreateFileW parameters.
You find the docs for CreateFileW Microsoft sites - just google, I hop you know how to do this!
Does comment like this make you feel better and smarter?
Of course i googled it before posting, and microsoft website doesnt really have a single code sample. And in the microsoft docs: https://msdn.microsoft.com/en-us/library/windows/desktop/aa363858(v=vs.85).aspx - it's wasn't clear enough how should i use parameters.
Please don't bother replying Carl Shreiber. Doesn't feel like you know the topic well enough to help.
- msdn.microsoft.com
You can take a look at examples in CodeBase:
https://www.mql5.com/en/code/386
https://www.mql5.com/en/code/8577
Regards.

- votes: 26
- 2015.01.28
- Комбинатор
- www.mql5.com

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello Gurus,
I am trying to write and read to files which are saved to C:\Folder instead of inside Metatrader 4 folders.
Since MT4 build +600, everything related to import external dd like kernel32 has changed the way they previously working well. Please see part of below code to help if you are successful. Great Thanks in advance :)