Hi,
I am reading the .ini file using
Ini_ReadFromFile (g_setpointInifile, "//USW-WXPD06\\c\\Users\\Gajanan\\PowerSupplySetPoints.ini").
Note that I am reading the file from some other work station. It is redaing the .ini file successfully.
When I use the Ini_WriteToFile (g_setpointInifile, "//USW-WXPD06\\c\\Users\\Gajanan\\PowerSupplySetPoints.ini") to write the .ini file located in some other work station, its giving error number -94 ( File not found). I observed that the file is deleting automatically during execution of this function. But samething works fine if .ini file is located in local machine. But in my application, it is mandatory that file has to located in some other machine (Server).
Can somebody help me out to solve this problem...or is it normal behaviour
Note: I am using CVI 7.1 version
Thanks
Gajanan