def testConcat(self):
     print "testing!"
     mc = FileUtils()
     allString = mc.concat("/Users/jy2947/Documents/eclipse-workspace/bime/Documents/python", "*.py")
     print allString
     pass