JustCallMeAlec Posted November 14, 2020 Share Posted November 14, 2020 Hi, I'm just trying to create a very simple script that moves the directory Loc1 into the directory Loc2 and I can't seem to figure out why it's not working after Googling and looking at the documentation. I must be missing something, but I don't have the slightest clue what it could be. Any help would be appreciated. Func Test() DirMove("C:\Users\Alec\Desktop\Loc1", "C:\Users\Alec\Desktop\Loc2") EndFunc Link to comment Share on other sites More sharing options...
Developers Jos Posted November 14, 2020 Developers Share Posted November 14, 2020 This is the actual script you are running? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
GokAy Posted November 14, 2020 Share Posted November 14, 2020 Hey, sorry if this is obvious Are you calling the function? test() Func Test() DirMove("C:\Users\Alec\Desktop\Loc1", "C:\Users\Alec\Desktop\Loc2") EndFunc JockoDundee 1 Link to comment Share on other sites More sharing options...
JockoDundee Posted November 16, 2020 Share Posted November 16, 2020 On 11/14/2020 at 11:19 AM, GokAy said: Are you calling the function? or get rid of the function DirMove("C:\Users\Alec\Desktop\Loc1", "C:\Users\Alec\Desktop\Loc2") Code hard, but don’t hard code... Link to comment Share on other sites More sharing options...
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