Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
examples using os.walk()
#12
so, the problem is you incorrect expectation that os.walk() returns result in alphabetic/sorted order, which however is not the case

check
https://stackoverflow.com/a/18282401/4046632

Also, because paths has both dirs and files, it is normal to expect that when you sort it some [hidden] files/folders will come on the top, because of the . i.e. even if os.walk() returns folders in alphabetic order, when you sort mix of files and folders the result may differ.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Messages In This Thread
examples using os.walk() - by Skaperen - Mar-19-2021, 12:28 AM
RE: examples using os.walk() - by Larz60+ - Mar-19-2021, 12:52 AM
RE: examples using os.walk() - by Skaperen - Mar-20-2021, 02:20 AM
RE: examples using os.walk() - by Larz60+ - Mar-20-2021, 02:35 AM
RE: examples using os.walk() - by Skaperen - Mar-20-2021, 05:37 PM
RE: examples using os.walk() - by DeaD_EyE - Mar-20-2021, 06:16 PM
RE: examples using os.walk() - by buran - Mar-20-2021, 06:17 PM
RE: examples using os.walk() - by DeaD_EyE - Mar-20-2021, 06:30 PM
RE: examples using os.walk() - by Skaperen - Mar-21-2021, 10:13 PM
RE: examples using os.walk() - by Skaperen - Mar-21-2021, 10:43 PM
RE: examples using os.walk() - by Skaperen - Mar-22-2021, 01:37 AM
RE: examples using os.walk() - by buran - Mar-22-2021, 06:37 AM
RE: examples using os.walk() - by Skaperen - Mar-22-2021, 05:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  features examples by release costa_shul 2 2,609 Sep-06-2020, 11:35 AM
Last Post: costa_shul
  list of compliances of all special methods - examples nzcan 2 2,881 Sep-01-2018, 08:33 PM
Last Post: Windspar
  why i don't like os.walk() Skaperen 20 20,418 Jan-11-2018, 08:39 AM
Last Post: Skaperen
  WSGI working examples Skaperen 1 3,556 May-29-2017, 10:45 AM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020