Jump to content

....


Recommended Posts

IniWrite is a built in AutoIt Fn. that actually calls WritePrivateProfileString fn. in the kernel32 Library, so it cannot be enhanced.

_FileWriteLog is an UDF, so you probably can update it on your own.

I noticed that IniWrite and _FileWriteLog does not include the flag that tells it to create a directory if destination does not exist, like FileCopy's '8' flag. At the moment I'm using DirCreate to do this but wouldn't it be better to be built-in into the said functions?

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