hi all,<br><br>i want to all my configuration file names in current/user/home directory.. <br><br>for that i came across following function in configparser class..<br>Is it must to specify file names? or only directories enough..<br>
if there anyway to read conf filenames in current/user directory...<br><br><pre><font style="font-family: tahoma,sans-serif;" size="2">config.read(['site.cfg', os.path.expanduser('~/.myapp.cfg')])</font><br>
<br><br><br><br></pre><br>