[Tutor] search the folder for the 2 files and extract out only the version numbers 1.0 and 2.0.

2009-11-16 Thread MARCUS NG
Hi all, I am really new to python and I am trying to create a script that looks at file versions of a particular file I have 4 files in a folder. One called myTest1.0.zip, myTest2.0.zip, test3.txt and test4.zip in a directory/folder called allFiles on my desktop. so the file structure is as such

[Tutor] copy zip file from source folder to destination and unzip all files within destination

2009-11-19 Thread MARCUS NG
Hey all, I have been searching online for ways to copy a zip file to a destination and extract the zip file with python. Currently nothing works due to my limited understanding. I am wondering if my syntax is wrong or am I missing anything? the code is as such. also if there is a better code, I am