i have a simple function that i want to use to open a file dialog.
def open_music():
filename = filedialog.askopenfilename()
it by default opens my documents directory. i want it to allow me to access a music folder with in my D drive.