Read a file as a string. Returns null if file doesn't exist or reading fails.
String? readFileAsString(String path);