The Python Oracle

How to check whether a file is empty or not

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: RPG Blues Looping

--

Chapters
00:00 Question
00:18 Accepted answer (Score 480)
00:29 Answer 2 (Score 152)
00:39 Answer 3 (Score 93)
01:01 Answer 4 (Score 45)
01:26 Thank you

--

Full question
https://stackoverflow.com/questions/2507...

Answer 3 links:
[os.stat()]: https://docs.python.org/3/library/os.htm...
[Path.stat()]: https://docs.python.org/3/library/pathli...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #file #filelength

#avk47