I'm missing something here... I'm trying to go over a mountain when I know there is a easier way around it...
Objective:
Get a list of subfolders
Read a specific value that resides in each subfolder's ini file
Write the subfolder's name and the specific value of that ini file to a text/csv file in the parent folder 'C:\Folder\newtext.csv'
Text File Example:
Enviroment:
Parent Folder: C:\Folder
Subfolders: C:\Folder\Subfolder1 C:\Folder\Subfolder2.. etc
Each Subfolder has a "info.ini"
My Attempt:
Currently, I have downloaded Ulrich's example here
Which does not really help me too much... Where do I look for information on how to complete this task. I know it's something to do with tables but unsure...
I've actually searched this forum for something similar and the above mentioned in the only thing relatively close to what I'm trying to achieve. Any help on this will be appreciated.
I could just hard code the list of folders myself into the app and just release a newer version when there is a need for a new subfolder but this isn't the way I would want to go.
Objective:
Get a list of subfolders
Read a specific value that resides in each subfolder's ini file
Write the subfolder's name and the specific value of that ini file to a text/csv file in the parent folder 'C:\Folder\newtext.csv'
Text File Example:
Subfolder1, inivalue1, inivalue2
Subfolder2, inivalue1, inivalue2
Subfolder2, inivalue1, inivalue2
Enviroment:
Parent Folder: C:\Folder
Subfolders: C:\Folder\Subfolder1 C:\Folder\Subfolder2.. etc
Each Subfolder has a "info.ini"
My Attempt:
Currently, I have downloaded Ulrich's example here
Which does not really help me too much... Where do I look for information on how to complete this task. I know it's something to do with tables but unsure...
I've actually searched this forum for something similar and the above mentioned in the only thing relatively close to what I'm trying to achieve. Any help on this will be appreciated.
I could just hard code the list of folders myself into the app and just release a newer version when there is a need for a new subfolder but this isn't the way I would want to go.
Comment