Hi.
I am trying to read all the file names of a directory & trying to use getDir() function.
But its saying AttributeError: 'module' object has no attribute 'getDir'
Can you tell me the correct syntax to use it.
I have one more query: - Plz tell me how to execute any command using python.
i.e. i want to run
sqlplus /nolog @c:\try.sql
Can you tell me how to use it???
Thanks & Regards.
Piyush.
I am trying to read all the file names of a directory & trying to use getDir() function.
But its saying AttributeError: 'module' object has no attribute 'getDir'
Can you tell me the correct syntax to use it.
I have one more query: - Plz tell me how to execute any command using python.
i.e. i want to run
sqlplus /nolog @c:\try.sql
Can you tell me how to use it???
Thanks & Regards.
Piyush.
Comment