Noviceatthis Posted September 7, 2014 Posted September 7, 2014 Hello all, I have just started learning about Dllcalls and have got myself a little stuck DllCall("kernal32.dll","int","Filemove","WSTR","path1","WSTR","path2") I was just wondering why the code above isn't working. Apologies if this seems trivial, I have consulted monoceres' tutorial ('?do=embed' frameborder='0' data-embedContent>>) on the matter but i'm still stuck. Thanks in advance
Solution Tekk Posted September 8, 2014 Solution Posted September 8, 2014 It's "Kernel32.dll", also it should be "MoveFileW" judging by the data type you are passing in. http://goo.gl/5bHIXE
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