News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Specify a Directory In URLDownloadToFile

Started by nathanpc, October 07, 2009, 11:08:35 PM

Previous topic - Next topic

nathanpc

Hello,
I want to know how i can specify a directory to download the file, because it only download to the current directory, but i want to speccify one, like "D:\Tests".
PS: D: is my Assembly dedicated drive and tests you know.

Best Regards,
Nathan Paulino Campos

jj2007

MSDN:
szFileName
    A pointer to a string value containing the name or full path of the file to create for the download. If szFileName includes a path, the target directory must already exist.

nathanpc