MCPcopy Create free account
hub / github.com/geekcomputers/Python / set_directory

Function set_directory

Google_Image_Downloader/image_grapper.py:123–130  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121
122#############
123def set_directory():
124 print("Enter the directory to be set: ")
125 data = input()
126 chdir(data + ":\\")
127 print("Enter name for the folder: ")
128 data = input()
129 create_directory(data)
130 return True
131
132
133##############

Callers

nothing calls this directly

Calls 1

create_directoryFunction · 0.90

Tested by

no test coverage detected