Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Popular Python recipes tagged "os_walk"
Tags:
os_walk
x
6
k
views
0
score
lndir.py (short python version of the BSD/X11 lndir utility)
Python
/
directories
,
files
,
os_walk
,
sysadmin
,
walk
/
by
Mike 'Fuzzy' Partin
(10 years ago, revision 2)
38
k
views
3
score
Create a nested dictionary from os.walk
Python
/
dictionary
,
os_walk
/
by
Andrew Clark
(12 years ago, revision 2)
4
k
views
1
score
Quickly add all dirs to sys.path if dir has .py file
Python
/
add
,
os_walk
,
sys_path
/
by
Andrew Yurisich
(12 years ago, revision 2)
6
k
views
1
score
Simultaneous topdown and bottomup variant of os.walk() (alt. title: "Delete .pyc files and empty directories recursively")
Python
/
os_walk
/
by
George Sakkis
(14 years ago)
22
k
views
1
score
Modified os.walk which return current directory depth
Python
/
directory_depth
,
os_walk
,
relative_path
/
by
Denis Barmenkov
(14 years ago, revision 2)
7
k
views
0
score
Tripwire policy file creator
Python
/
os_walk
,
re
,
text
,
tripwire
/
by
Bill Sharer
(15 years ago)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular Python recipes tagged "os_walk"
Top-rated recipes
Create a nested dictionary from os…
(Python)
Quickly add all dirs to sys.path i…
(Python)
Simultaneous topdown and bottomup …
(Python)
Modified os.walk which return curr…
(Python)
lndir.py (short python version of …
(Python)
Tripwire policy file creator
(Python)
Related tags
+
−
add
+
−
dictionary
+
−
directories
+
−
directory_depth
+
−
files
+
−
re
+
−
relative_path
+
−
sysadmin
+
−
sys_path
+
−
text
+
−
tripwire
+
−
walk
x
Undo