change location of emails.csv
This commit is contained in:
parent
cf7dc49533
commit
a2dcf8387e
4
func.ahk
4
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user