diff --git a/func.ahk b/func.ahk index cf9fa5a..389873b 100644 --- a/func.ahk +++ b/func.ahk @@ -29,7 +29,7 @@ GetInfo(xID) { if (xID) { - File := FileOpen(A_MyDocuments "\Work_Docs\emails.csv", "r") + File := FileOpen(A_MyDocuments "\emails.csv", "r") Loop { Line := File.ReadLine() @@ -108,4 +108,4 @@ ini_write(location, inKey, inValue) FileAppend, %tempini%, tempini ; Append the fixed ini to a new file FileCopy, tempini, %location%, 1 ; Copy the file over, overwriting existing contents FileDelete, tempini ; Delete the fixed temporary ini -} +} \ No newline at end of file