faustf Posted November 1, 2016 Posted November 1, 2016 hi guys i try to download a file with inetget but not work , this is my script simple , and not return error Local $url = "https://sqlite.org/2016/sqlite-dll-win32-x86-3150000.zip" Local $sFilePath=@ScriptDir Local $hInet = InetGet($url, $sFilePath);, 1, 1) what i wrong??? thankz so much at all
AutoBert Posted November 1, 2016 Posted November 1, 2016 The local file path is wrong. Must be Local $sFilePath=@ScriptDir&"\sqlite-dll-win32-x86-3150000.zip"
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