export function getName(path: string) { return path.split('/').pop(); }