Python: Difference between revisions

4 bytes added ,  23 September 2019
no edit summary
No edit summary
No edit summary
Line 10: Line 10:
</syntaxhighlight>
</syntaxhighlight>


===Read and Write Files===
==Filesystem Read and Write==
====List all files in folder===
===List all files in a folder===
[https://stackoverflow.com/questions/3207219/how-do-i-list-all-files-of-a-directory Reference]
[https://stackoverflow.com/questions/3207219/how-do-i-list-all-files-of-a-directory Reference]
<syntaxhighlight lang="python">
<syntaxhighlight lang="python">