Jump to content

Recommended Posts

Posted

im trying to write to a csv log, but i want to make sure the file is closed before doing so.

is there a way to do this?

thanks.

Posted

im trying to write to a csv log, but i want to make sure the file is closed before doing so.

is there a way to do this?

thanks.

Attempt to open the file for write with FileOpen(). It will fail if the file is locked.

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Posted

Attempt to open the file for write with FileOpen(). It will fail if the file is locked.

:)

This might be due to missing write permissions to that file as well...

Regards, Rudi.

Earth is flat, pigs can fly, and Nuclear Power is SAFE!

Posted

Attempt to open the file for write with FileOpen(). It will fail if the file is locked.

:)

is there a way to check without opening it?

Posted

is there a way to check without opening it?

Not native to AutoIt. There are third-party apps you can call. Search the forums, this has come up before.

As for not opening it: How were you planning on writing to the file without opening it?

:)

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law

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...