Hi, I'm new to Word VBA and was wondering how to read properties files containing key-value pairs such as:

reports.loc=\docs\reports
results.loc=\docs\results
username=testuser
...
etc.

Thanks.