

# https://www.globalsino.com/ICs/
# Select a folder for later use, e.g. can be called by os.path.join().


from easygui import *

path = diropenbox("Select directory to process", default=r"C:\0Python")

# This function is the same as:
# path = r"C:\0Python"

print(path)
