Normalizes path by replacing backslashes with forward slashes.
path
static String normalize(String path) => path.replaceAll('\\', '/');