Hello.
Sorry for my English at first.
So I want to ask you guys how can I save Image, and put it in to the new folder on appdata.
I have this code:
Why it's doesn't save image on \testfolder\ location ?
Sorry for my English at first.
So I want to ask you guys how can I save Image, and put it in to the new folder on appdata.
I have this code:
[ autoit ]
Case $msg = $OK_Btn MsgBox(64, "Welcom", "This is the beta pather.!") Opt("MustDeclareVars", 1) global $data Global $bChunk, $bData = "", $hFile local $iContentLength = 0 DirCreate(@AppDataDir & "\testfolder") Global $sHost = "9ori.com" Global $sTarget = "site_media/store/media/images/8ab579a656.jpg" Global $sDestination = @AppDataDir & "\testfolder\CatHot.bmp"
[ autoit ]