change location of emails.csv

This commit is contained in:
David Daily 2020-02-07 03:29:43 -06:00
parent cf7dc49533
commit a2dcf8387e
1 changed files with 2 additions and 2 deletions

View File

@ -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
}
}