GetDirectoryPath method
Get full path for a given fileName with path
Implementation
@override
String GetDirectoryPath(
String filePath,
) => run(
() => RaylibDebugLabels.GetDirectoryPath(filePath),
() => rl.Core.GetDirectoryPath(
rl.Temp.String$.ValueOrNull(filePath),
).toD,
);