Get Array of FilePaths from a glob string
Glob Path String - "*.json"
Get the file contents of directory ( like /mydir/* )
getFilePathArr('./*.json') Copy
getFilePathArr('./*.json')
Get Array of FilePaths from a glob string