I cannot find the file created on my local drive from a FileOpen command

 

I am just trying to figure out how to write output to a local file and the following lines compile and do not produce an error when ran, but I cannot find the file anywhere on my pc.  I checked the /EXPERTS/FILES & /TESTER/FILES directories and they are empty.

handle=FileOpen("forex.csv", FILE_CSV|FILE_WRITE, '|');

FileWrite(handle, ticket, OrderType(), OrderOpenPrice(),OrderOpenTime(), waveLow, waveHigh);

FileClose(handle);


 
What did you find when you used the Forum Search ?  try searching for   UAC issue . . . .  or simply uninstall MT4 and re-install it in a directory other than PrrogramFiles*  such as  C:\MT4-Installs\
Reason: