I have this piece of code, trying to find *.vm files, and send them to another
*.vm
module i did, which supposed to read the lines.
this is the main fil
os.listdir does not include the path, only the name of the file. You probably want to call Parser with os.path.join(fileName, child) as the argument.
os.path.join(fileName, child)