Jump to content

Recommended Posts

  • Moderators
Posted

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.

Posted

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
Posted

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!

FileClose() is for handle of a file, not file name

♡♡♡

.

eMyvnE

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
×
×
  • Create New...