vocoder Posted October 31, 2006 Posted October 31, 2006 not sure if the topic description is exactly correct I am creating a program that reads a xml file I would like for the user to be able change the location of where the file is located. so i am thinking i can store this information in a text file example, the text file would look something like this filelocation=c:\somedir\somefile.xml and in my script, i could just use filelocation to open up the xml file i am new to autoit, so is something like this possible? what should i be looking at?
GaryFrost Posted October 31, 2006 Posted October 31, 2006 not sure if the topic description is exactly correctI am creating a program that reads a xml fileI would like for the user to be able change the location of where the file is located. so i am thinking i can store this information in a text fileexample, the text file would look something like thisfilelocation=c:\somedir\somefile.xmland in my script, i could just use filelocation to open up the xml filei am new to autoit, so is something like this possible? what should i be looking at?Maybe IniRead, IniWrite SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
vocoder Posted October 31, 2006 Author Posted October 31, 2006 yep thanks, i was doing some searching and came across that. that is exactly what i need. thanks so much.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now