Question: except Exception as err: return False, str ( err ) , None, None ' ' ' LOCAL CLASSES ' ' ' # NONE ' '
except Exception as err:
return False, strerr None, None
LOCAL CLASSES
# NONE
MAIN ENTRY POINT
if :
print
WK Solution: Juan Salgado Version One
targetDIR inputEnter a Directory Path ie c:
print
try :
fileList oslistdirtargetDIR
for eachFile in fileList:
printeachFile
path ospath.jointargetDIR eachFile
printpath
success, errInfo, filesize, macList GetFileMetaDatapath
printsuccess
printerrinfo
printfilesize
print macList
print
#Add code as needed here
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
