You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rootSearchPath = diropenbox(msg="Choose a directory containing .asm files")
fm = FileManager(rootSearchPath)
def main():
msg = "Thank you for using MCS-Format!\nMCS-Format will seach sub-folders recursively for .asm files.\n\nPress continue to select a directory containing .asm files for formatting."
title = "MCS-Format"
if ccbox(msg, title): # show a Continue/Cancel dialog