GetFileName method
Get filename for a path string
Implementation
@override
String GetFileName(
String filePath,
) => run(
() => RaylibDebugLabels.GetFileName(filePath),
() => rl.Core.GetFileName(
rl.Temp.String$.ValueOrNull(filePath),
).toD,
);