Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1: Backported File.Handle from alpha branch. #240

Merged
merged 1 commit into from
Oct 30, 2022

Conversation

jeeswg
Copy link
Contributor

@jeeswg jeeswg commented May 15, 2021

Adds File.Handle to AHK v1.
AHK v1 and v2 would both have File.Handle.
AHK v1 would continue to have File.__Handle.

Test code:

;test File.Handle:

if (oFile := FileOpen(A_ScriptFullPath, "r"))
{
	MsgBox, % oFile.Handle "`r`n" oFile.__Handle
	oFile.Close()
}
MsgBox, % "done"

@jeeswg jeeswg changed the title v1: Added File.Handle. v1: Backported File.Handle from alpha branch. Aug 17, 2022
@Lexikos Lexikos merged commit f228fc2 into AutoHotkey:master Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants