How do I check the file size?

Asked 2 years ago, Updated 2 years ago, 100 views

We are working on Python code in the window environment.

Depending on the size of the file, I'm working on a different code (such as writing an e-mail if it's over 100 kb) I can do everything else, but I don't know the function to find out the size of the file. Where can I find related functions?

python file size

2022-09-22 22:29

1 Answers

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.