bin123485 Posted August 4, 2014 Posted August 4, 2014 I want to write a script to get the file name and path downloaded from IE. Can someone help me with this? Thanks.
computergroove Posted August 4, 2014 Posted August 4, 2014 Filename and path of what? The webpage? A downloaded file? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
bin123485 Posted August 4, 2014 Author Posted August 4, 2014 Filename and path of what? The webpage? A downloaded file? Name and path of a downloaded file from IE. sorry for my bad English.
Sodori Posted August 4, 2014 Posted August 4, 2014 Of whom you have downloaded, or will download? I think you need to evolve your question to more than a single sentence
computergroove Posted August 4, 2014 Posted August 4, 2014 Are you saying that if you download a file you want the file location to be recorded somewhere? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
MikahS Posted August 4, 2014 Posted August 4, 2014 There's help, then there's writing code for you. Since the latter won't happen here is something to get you started on your journey >IE.au3 Snips & Scripts My Snips: graphCPUTemp ~ getENVvarsMy Scripts: Short-Order Encrypter - message and file encryption V1.6.1 ~ AuPad - Notepad written entirely in AutoIt V1.9.4 Feel free to use any of my code for your own use. Forum FAQ
bin123485 Posted August 5, 2014 Author Posted August 5, 2014 Are you saying that if you download a file you want the file location to be recorded somewhere? Yes.
computergroove Posted August 5, 2014 Posted August 5, 2014 Do you want it to be stored as a variable or in a file or something else? Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
j0kky Posted August 5, 2014 Posted August 5, 2014 You have to know the downloaded file path, then you can monitor any change with: _WinAPI_FindFirstChangeNotification _WinAPI_FindNextChangeNotification And you can retrieve the change with: _WinAPI_ReadDirectoryChanges Spoiler Some UDFs I created: Winsock UDF STUN UDF WinApi_GetAdaptersAddresses _WinApi_GetLogicalProcessorInformation Bitwise with 64 bit integers An useful collection of zipping file UDFs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now