bool checkIfExit(String path, String pFile) { final file = File(normalize(join(path, pFile))); return file.existsSync(); }