Greetings,
My apologies if this question is too easy, repetitive, or if this is the wrong place to ask. I'm a noob to AutoIT.
I'm working on a script that opens (for example) notepad followed by the Open File dialog ( Send ("^o") ). When a file is selected, and the Open button pressed, the file and it's path are returned to notepad. Is it possible to capture that Path\File information to my script?
If anyone could post some code, that would be helpful, but really all I need is for someone to point me to the some functions. I could look up their usage from the help file.
Thank You.