MCPcopy Create free account
hub / github.com/LCBOWER33/StegoScan / choose_folder

Function choose_folder

StegoScan.py:1434–1437  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1432 dialog.destroy()
1433
1434 def choose_folder():
1435 selected_path = filedialog.askdirectory()
1436 update_entry(selected_path)
1437 dialog.destroy()
1438
1439 def update_entry(selected_path):
1440 if selected_path:

Callers

nothing calls this directly

Calls 1

update_entryFunction · 0.85

Tested by

no test coverage detected