Question: except Exception as err: return False, str ( err ) , None, None ' ' ' LOCAL CLASSES ' ' ' # NONE ' '

except Exception as err:
return False, str(err), None, None
''' LOCAL CLASSES '''
# NONE
'' MAIN ENTRY POINT '
if ':
print("
WK-2 Solution: Juan Salgado - Version One ??
)
targetDIR = input('Enter a Directory Path i.e. c:/>>>')
print()
try :
fileList = os.listdir(targetDIR)
for eachFile in fileList:
print(eachFile)
path = os.path.join(targetDIR, eachFile)
print(path)
success, errInfo, filesize, macList = GetFileMetaData(path)
print(success)
print(errinfo)
print(filesize)
print (macList)
print ("="*50)
#Add code as needed here
 except Exception as err: return False, str(err), None, None ''' LOCAL

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!