GetPrevDirectoryPath method

  1. @override
String GetPrevDirectoryPath(
  1. String dirPath
)
override

Implementation

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