/in-Directory-finding-Template-in-Folders

Create a program-parser of files according to a given folders template. User specifies a directory and a template: the format of the final folders. The program should scan all directories that match the specified template and give a list of found files. List of files should include such information as: filename and extension, full path of file, date of last modification. The result of the program work should be saved to a XML file.

Primary LanguagePython

Stargazers