Jump to content

Help moving a file!


Coolw
 Share

Recommended Posts

  • Moderators

You can't move a file that has an open handle. (You're trying to move both your executable, and the text file you tried to open, both have open handles)

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

You can't move a file that has an open handle. (You're trying to move both your executable, and the text file you tried to open, both have open handles)

I had a FileClose("serversettings.txt") before it

And a FileOpen(@StartUpDir & "\serversettings.txt", 0) after it, but still no work.

If it works on yours, please let me know!

My ProgramsMy WIP'sSteam Server Restarter
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...