GetDirectoryPath method

  1. @override
String GetDirectoryPath(
  1. String filePath
)
override

Implementation

@override
String GetDirectoryPath(
  String filePath,
) => run(
  () => RaylibDebugLabels.GetDirectoryPath(filePath),
  () => rl.Core.GetDirectoryPath(
    rl.Temp.String$.ValueOrNull(filePath),
  ).toD,
);