Jump to content

How to Save an ini file as the program name?


agertnas
 Share

Recommended Posts

How do I save the ini file that the program is going to use as the program name?

Well... use the same name?

Also, How do I get the ini file to save in the same directory that the program is in?

If you use "name.ini" as the path in IniWrite() it will create the ini at the same directory of the script. However, if you want to make it.. stronger, use @ScriptDir & "\name.ini"

Link to comment
Share on other sites

Well... use the same name?

If you use "name.ini" as the path in IniWrite() it will create the ini at the same directory of the script. However, if you want to make it.. stronger, use @ScriptDir & "\name.ini"

LoL.. sorry, I made the first part of that a little too difficult in my head.. Thank you for the second part.

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