how to open a file according mql5 code? use winapi?

 

I want to implement a function:

use a function to open a file, such as a csv file, so that we can manually edit it in the file.

Note that it is not to read the content of the csv, but to open the csv file.

How to implement this function, which winapi can do it?