Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ get_dir
Function
get_dir
recipes/Python/226409_dirlower/recipe-226409.py:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
os.path.join( dir, file.lower() ))
8
for
file in os.listdir(dir)]
9
def
get_dir():
10
input = raw_input(
'Enter Directory Name: '
)
11
return
input
12
13
if
__name__ ==
'__main__'
:
14
dir = get_dir()
Callers
1
recipe-226409.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected