CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:28:05 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=401d17c11fcb31104e72a39715d04960725feb9b2d4a0dc7271374044cb8b6d8a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22h8G4dNzSDTp5vSIaLgRtjsdtYjmmFhPw%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d279a66864f313-BLR
# count_files.py - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # count_files.py
- import os
- from tkinter.filedialog import askdirectory
- def count_files():
- PATH = askdirectory()
- dirCount = 0
- for root, dirs, files in os.walk(PATH):
- print('Looking in:', root)
- dirCount += len(dirs)
- print('Number of files:', len(files))
- print('Number of Directories:', dirCount)
- count_files()
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐Exchange Exploit T 3⭐⭐
Java | 2 sec ago | 0.10 KB
-
⭐ Free Crypto Method ⭐
JavaScript | 7 sec ago | 0.24 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 12 sec ago | 0.10 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 13 sec ago | 0.10 KB
-
📝 Crypto Swap Glitch ✅ Working
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 23 sec ago | 0.10 KB
-
⭐⭐⭐Exchange Exploit⭐⭐
Java | 25 sec ago | 0.10 KB
-
📝 EASY MONEY GUIDE ✅ Working
JavaScript | 25 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand