Retrieves the file name from the given path.
path
static String getFileName(String path) { return path.split('/').last; }