Converts platform path separators in filepath to POSIX separators.
filepath
String getPosixPath(String filepath) => filepath.replaceAll('\\', '/');